From 90f9e03cbed6faabd2b593db2889f3dd9101fec0 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 24 Mar 2008 19:27:25 +0000 Subject: [PATCH] * (bug 11325) Wrapped page titles in MonoBook skin spaced more nicely --- RELEASE-NOTES | 1 + includes/DefaultSettings.php | 2 +- skins/monobook/main.css | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8214651bfd..45b3bcae3d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -127,6 +127,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Fix for size checks on SVG images with global 'stroke-width' attribute * (bug 11874) Inline CSS with !important no longer borken * (bug 1600) Strip extra == section markup == in new-comment field +* (bug 11325) Wrapped page titles in MonoBook skin spaced more nicely === API changes in 1.13 === diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index b5952225d6..6d155041a3 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1326,7 +1326,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '125'; +$wgStyleVersion = '126'; # Server-side caching: diff --git a/skins/monobook/main.css b/skins/monobook/main.css index b3908f89a1..fa73c83e4b 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -258,6 +258,8 @@ span.subpages { } .firstHeading { margin-bottom: .1em; + line-height: 1.2em; + padding-bottom: 0; } /* user notification thing */ -- 2.20.1