summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-04-05 16:21:32 +0200
committerlpsolit%gmail.com <>2007-04-05 16:21:32 +0200
commitebdb51f9c17bc2533cf11db1582c1212c680989c (patch)
treec151ffc2e122811a4f3cae578e6c8560ebb5dfcd /skins
parent5643639af419ecc85027b36d19c7ddc0f99fa1d4 (diff)
downloadbugzilla-ebdb51f9c17bc2533cf11db1582c1212c680989c.tar.gz
bugzilla-ebdb51f9c17bc2533cf11db1582c1212c680989c.tar.xz
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')
-rw-r--r--skins/standard/global.css1
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;