(bug 12876) Clear:both for footer in modern skin.
authorHuji <huji@users.mediawiki.org>
Sun, 3 Feb 2008 09:16:09 +0000 (09:16 +0000)
committerHuji <huji@users.mediawiki.org>
Sun, 3 Feb 2008 09:16:09 +0000 (09:16 +0000)
includes/DefaultSettings.php
skins/modern/main.css

index e60dbaf..f3ccf69 100644 (file)
@@ -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:
index 8ba9b59..d1a967b 100644 (file)
@@ -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;
 }