From ebdb51f9c17bc2533cf11db1582c1212c680989c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 5 Apr 2007 14:21:32 +0000 Subject: Bug 375143: The page footer should have clear:both in its CSS file - Patch by Bill Barry r/a=LpSolit --- skins/standard/global.css | 1 + 1 file changed, 1 insertion(+) (limited to 'skins') 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; -- cgit v1.2.3-24-g4f1b