From d87cc95ba19b217df070f0deb104049d0909fca0 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Thu, 2 Nov 2006 06:47:01 +0000 Subject: [PATCH] Add whitespace above "templates included on this page" using CSS, not hardcoded line break. --- RELEASE-NOTES | 3 ++- includes/DefaultSettings.php | 2 +- includes/EditPage.php | 2 +- skins/chick/main.css | 2 ++ skins/common/common.css | 2 ++ skins/monobook/main.css | 2 ++ skins/simple/main.css | 4 +++- 7 files changed, 13 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 37ce5df79d..7398422fe8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -120,7 +120,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Added block option "enable autoblocks" * Amend Special:Ipblocklist to note when a block has autoblock DISABLED. * (bug 7780) Fix regression in editing redirects - +* Add whitespace above "templates included on this page" using CSS, not + hardcoded line break. == Languages updated == diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 000344f09d..f3b55226c5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1037,7 +1037,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '23'; +$wgStyleVersion = '24'; # Server-side caching: diff --git a/includes/EditPage.php b/includes/EditPage.php index 4afee97841..0a9800b7f0 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1272,7 +1272,7 @@ END $batch->execute(); # Construct the HTML - $outText = '
'. wfMsgExt( 'templatesused', array( 'parseinline' ) ) . '