Rm nonstandard and redundant styles for Special:SpecialPages; really no need for...
authorHappy-melon <happy-melon@users.mediawiki.org>
Mon, 28 Feb 2011 18:43:05 +0000 (18:43 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Mon, 28 Feb 2011 18:43:05 +0000 (18:43 +0000)
includes/specials/SpecialSpecialpages.php
skins/common/shared.css

index 19bc6b0..fe59a49 100644 (file)
@@ -97,7 +97,7 @@ class SpecialSpecialpages extends UnlistedSpecialPage {
                        $total = count( $sortedPages );
                        $count = 0;
 
-                       $wgOut->wrapWikiMsg( "<h4 class=\"mw-specialpagesgroup\" id=\"mw-specialpagesgroup-$group\">$1</h4>\n", "specialpages-group-$group" );
+                       $wgOut->wrapWikiMsg( "<h2 class=\"mw-specialpagesgroup\" id=\"mw-specialpagesgroup-$group\">$1</h2>\n", "specialpages-group-$group" );
                        $wgOut->addHTML(
                                Html::openElement( 'table', array( 'style' => 'width:100%;', 'class' => 'mw-specialpages-table' ) ) ."\n" .
                                Html::openElement( 'tr' ) . "\n" .
index 4518276..02561ff 100644 (file)
@@ -453,16 +453,6 @@ td.mw-statistics-numbers {
        text-align: right;
 }
 
-/* Special:SpecialPages styling */
-h4.mw-specialpagesgroup {
-       background-color: #dcdcdc;
-       padding: 2px;
-       margin: .3em 0em 0em 0em;
-}
-.mw-specialpagerestricted {
-       font-weight: bold;
-}
-
 #shared-image-dup, #shared-image-conflict {
        font-style: italic;
 }