From: Huji Date: Sun, 3 Feb 2008 09:16:09 +0000 (+0000) Subject: (bug 12876) Clear:both for footer in modern skin. X-Git-Tag: 1.31.0-rc.0~49646 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=80ad3c532b73a8d32c2c2da13373e4d18fd01d2b;p=lhc%2Fweb%2Fwiklou.git (bug 12876) Clear:both for footer in modern skin. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index e60dbafaaa..f3ccf690ad 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1320,7 +1320,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '107'; +$wgStyleVersion = '108'; # Server-side caching: diff --git a/skins/modern/main.css b/skins/modern/main.css index 8ba9b59496..d1a967b156 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -241,7 +241,7 @@ ul { background-color: #f0f0f0; background: url(footer-grad.png) repeat-x 0 0; padding: 10px 1em 1em 1em; - + clear:both; color: #444444; }