diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 16:46:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 16:46:39 -0400 |
commit | 121ae2210882f45e4bfcbcaa7883d0563bdb77e6 (patch) | |
tree | 49c242d0363d042533da7fc31c0458423b1c3152 /theme/default | |
parent | 31f6f8eb484177dfb838ba3df6e01e9de6e03c13 (diff) |
clear both for footer
darcs-hash:20080520204639-84dde-b97420b0d024772c5c9e51c7b55809977aa71870.gz
Diffstat (limited to 'theme/default')
-rw-r--r-- | theme/default/style/layout.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/default/style/layout.css b/theme/default/style/layout.css index 98e3c878b..396ac750d 100644 --- a/theme/default/style/layout.css +++ b/theme/default/style/layout.css @@ -156,6 +156,7 @@ ul.five li a { .footer {
padding-top: 3em;
font-size: 0.85em;
+ clear: both;
}
|