diff options
author | lpsolit%gmail.com <> | 2007-04-05 14:21:32 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-04-05 14:21:32 +0000 |
commit | ebdb51f9c17bc2533cf11db1582c1212c680989c (patch) | |
tree | c151ffc2e122811a4f3cae578e6c8560ebb5dfcd /skins/standard | |
parent | 5643639af419ecc85027b36d19c7ddc0f99fa1d4 (diff) | |
download | bugs-ebdb51f9c17bc2533cf11db1582c1212c680989c.tar bugs-ebdb51f9c17bc2533cf11db1582c1212c680989c.tar.gz bugs-ebdb51f9c17bc2533cf11db1582c1212c680989c.tar.bz2 bugs-ebdb51f9c17bc2533cf11db1582c1212c680989c.tar.xz bugs-ebdb51f9c17bc2533cf11db1582c1212c680989c.zip |
Bug 375143: The page footer should have clear:both in its CSS file - Patch by Bill Barry <after.fallout@gmail.com> r/a=LpSolit
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index fe5fd8b0b..0b0a51300 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -115,6 +115,7 @@ /* footer (begin) */ #footer { + clear: both; margin-top: 5px; width: 100%; background: #edf2f2; |