Make these h4
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 12 Apr 2008 22:10:31 +0000 (22:10 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 12 Apr 2008 22:10:31 +0000 (22:10 +0000)
includes/SpecialSpecialpages.php
skins/common/shared.css

index 4c31c60..90ff0ed 100644 (file)
@@ -69,7 +69,7 @@ function wfSpecialSpecialpages_gen($pages,$heading,$sk) {
                $max = count($sortedPages) - 1;
                $count = 0;
                
-               $wgOut->addHTML( "<h3 class='mw-specialpagesgroup'>".wfMsgHtml("specialpages-group-$group")."</h3>\n" );
+               $wgOut->addHTML( "<h4 class='mw-specialpagesgroup'>".wfMsgHtml("specialpages-group-$group")."</h4>\n" );
                $wgOut->addHTML( "<table style='width: 100%;' class='mw-specialpages-table'><tr>" );
                $wgOut->addHTML( "<td width='30%' valign='top'><ul>\n" );
                foreach ( $sortedPages as $desc => $title ) {
index 47f016b..bbdecd5 100644 (file)
@@ -138,7 +138,7 @@ table.mw-listgrouprights-table td, table.mw-listgrouprights-table th {
 }
 
 /* Special:SpecialPages styling */
-h3.mw-specialpagesgroup {
+h4.mw-specialpagesgroup {
        background-color: #dcdcdc;
        padding: 2px;
        margin: .3em 0em 0em 0em;