* (bug 11325) Wrapped page titles in MonoBook skin spaced more nicely
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 24 Mar 2008 19:27:25 +0000 (19:27 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 24 Mar 2008 19:27:25 +0000 (19:27 +0000)
RELEASE-NOTES
includes/DefaultSettings.php
skins/monobook/main.css

index 8214651..45b3bca 100644 (file)
@@ -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 ===
index b595222..6d15504 100644 (file)
@@ -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:
index b3908f8..fa73c83 100644 (file)
@@ -258,6 +258,8 @@ span.subpages {
 }
 .firstHeading {
        margin-bottom: .1em;
+       line-height: 1.2em;
+       padding-bottom: 0;
 }
 
 /* user notification thing */