From 354c7bd784f6bcd1811bb17bf1fd67ec9d923169 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 18 Jul 2009 21:23:18 +0000 Subject: [PATCH] (bug 19759) successbox on Special:Preferences now correctly aligned on standard, nostalgia and cologneblue skins --- includes/DefaultSettings.php | 2 +- includes/specials/SpecialPreferences.php | 2 +- skins/common/oldshared.css | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4420988c21..4ad8bbd93d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1578,7 +1578,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '233'; +$wgStyleVersion = '234'; # Server-side caching: diff --git a/includes/specials/SpecialPreferences.php b/includes/specials/SpecialPreferences.php index adcaead223..6930440e76 100644 --- a/includes/specials/SpecialPreferences.php +++ b/includes/specials/SpecialPreferences.php @@ -30,7 +30,7 @@ class SpecialPreferences extends SpecialPage { if ( $wgRequest->getCheck( 'success' ) ) { $wgOut->wrapWikiMsg( - '
$1
', + '
$1
', 'savedprefs' ); } diff --git a/skins/common/oldshared.css b/skins/common/oldshared.css index 92c7d01f09..ef47135107 100644 --- a/skins/common/oldshared.css +++ b/skins/common/oldshared.css @@ -144,6 +144,9 @@ img { border: none; } } /* preference page with js-genrated toc */ +#mw-pref-clear { + clear: both; +} #preftoc { float: left; margin: 1em 1em 1em 1em; -- 2.20.1