From 80ad3c532b73a8d32c2c2da13373e4d18fd01d2b Mon Sep 17 00:00:00 2001 From: Huji Date: Sun, 3 Feb 2008 09:16:09 +0000 Subject: [PATCH] (bug 12876) Clear:both for footer in modern skin. --- includes/DefaultSettings.php | 2 +- skins/modern/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.20.1