From: lpsolit%gmail.com <> Date: Thu, 5 Apr 2007 14:21:32 +0000 (+0000) Subject: Bug 375143: The page footer should have clear:both in its CSS file - Patch by Bill... X-Git-Tag: bugzilla-3.1.2~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebdb51f9c17bc2533cf11db1582c1212c680989c;p=thirdparty%2Fbugzilla.git Bug 375143: The page footer should have clear:both in its CSS file - Patch by Bill Barry r/a=LpSolit --- diff --git a/skins/standard/global.css b/skins/standard/global.css index fe5fd8b0b2..0b0a51300f 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;