From b5886b70b7a641282a66113582a656699d2df1ce Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 10 Oct 2008 17:43:17 +0000 Subject: [PATCH] (bug 15928) Make special pages dropdown inline There was a weird extra "|" at the end of lines in Nostalgia (probably other non-MonoBook skins too). Upon investigation, I found that the special pages dropdown (which immediately followed that separator but on the next line) had a class="inline", which actually did nothing but whose intent was fairly obvious. I removed the presentational class and just styled it using the id, so now the separator actually . . . separates. --- RELEASE-NOTES | 1 + includes/DefaultSettings.php | 2 +- includes/Skin.php | 2 +- skins/common/oldshared.css | 4 ++++ 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a8e2e710f4..8fcba5c6e3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -259,6 +259,7 @@ The following extensions are migrated into MediaWiki 1.14: * (bug 15795) Special:Userrights is now listed on Special:SpecialPages when the user can only change his rights * (bug 15846) Categories "leak" from older revisions in certain circumstances +* (bug 15928) Special pages dropdown should be inline in non-MonoBook skins === API changes in 1.14 === diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a31329c072..502120e619 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1385,7 +1385,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '180'; +$wgStyleVersion = '181'; # Server-side caching: diff --git a/includes/Skin.php b/includes/Skin.php index f6ba839b3d..765a35eaa1 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1390,7 +1390,7 @@ END; $sp = wfMsg( 'specialpages' ); $spp = $wgContLang->specialPage( 'Specialpages' ); - $s = '
\n"; $s .= "