Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -453,16 +453,6 @@ |
454 | 454 | text-align: right; |
455 | 455 | } |
456 | 456 | |
457 | | -/* Special:SpecialPages styling */ |
458 | | -h4.mw-specialpagesgroup { |
459 | | - background-color: #dcdcdc; |
460 | | - padding: 2px; |
461 | | - margin: .3em 0em 0em 0em; |
462 | | -} |
463 | | -.mw-specialpagerestricted { |
464 | | - font-weight: bold; |
465 | | -} |
466 | | - |
467 | 457 | #shared-image-dup, #shared-image-conflict { |
468 | 458 | font-style: italic; |
469 | 459 | } |
Index: trunk/phase3/includes/specials/SpecialSpecialpages.php |
— | — | @@ -97,7 +97,7 @@ |
98 | 98 | $total = count( $sortedPages ); |
99 | 99 | $count = 0; |
100 | 100 | |
101 | | - $wgOut->wrapWikiMsg( "<h4 class=\"mw-specialpagesgroup\" id=\"mw-specialpagesgroup-$group\">$1</h4>\n", "specialpages-group-$group" ); |
| 101 | + $wgOut->wrapWikiMsg( "<h2 class=\"mw-specialpagesgroup\" id=\"mw-specialpagesgroup-$group\">$1</h2>\n", "specialpages-group-$group" ); |
102 | 102 | $wgOut->addHTML( |
103 | 103 | Html::openElement( 'table', array( 'style' => 'width:100%;', 'class' => 'mw-specialpages-table' ) ) ."\n" . |
104 | 104 | Html::openElement( 'tr' ) . "\n" . |