From 5842ee2fd3781e52462c4ddc4598791836facc5d Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sat, 12 Apr 2008 22:10:31 +0000 Subject: [PATCH] Make these h4 --- includes/SpecialSpecialpages.php | 2 +- skins/common/shared.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/SpecialSpecialpages.php b/includes/SpecialSpecialpages.php index 4c31c60fcf..90ff0ed2fd 100644 --- a/includes/SpecialSpecialpages.php +++ b/includes/SpecialSpecialpages.php @@ -69,7 +69,7 @@ function wfSpecialSpecialpages_gen($pages,$heading,$sk) { $max = count($sortedPages) - 1; $count = 0; - $wgOut->addHTML( "

".wfMsgHtml("specialpages-group-$group")."

\n" ); + $wgOut->addHTML( "

".wfMsgHtml("specialpages-group-$group")."

\n" ); $wgOut->addHTML( "" ); $wgOut->addHTML( "
    \n" ); foreach ( $sortedPages as $desc => $title ) { diff --git a/skins/common/shared.css b/skins/common/shared.css index 47f016b378..bbdecd532d 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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; -- 2.20.1