r32382 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32381‎ | r32382 | r32383 >
Date:19:27, 24 March 2008
Author:brion
Status:old
Tags:
Comment:
* (bug 11325) Wrapped page titles in MonoBook skin spaced more nicely
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -258,6 +258,8 @@
259259 }
260260 .firstHeading {
261261 margin-bottom: .1em;
 262+ line-height: 1.2em;
 263+ padding-bottom: 0;
262264 }
263265
264266 /* user notification thing */
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1326,7 +1326,7 @@
13271327 * to ensure that client-side caches don't keep obsolete copies of global
13281328 * styles.
13291329 */
1330 -$wgStyleVersion = '125';
 1330+$wgStyleVersion = '126';
13311331
13321332
13331333 # Server-side caching:
Index: trunk/phase3/RELEASE-NOTES
@@ -127,6 +127,7 @@
128128 * Fix for size checks on SVG images with global 'stroke-width' attribute
129129 * (bug 11874) Inline CSS with !important no longer borken
130130 * (bug 1600) Strip extra == section markup == in new-comment field
 131+* (bug 11325) Wrapped page titles in MonoBook skin spaced more nicely
131132
132133
133134 === API changes in 1.13 ===

Follow-up revisions

RevisionCommit summaryAuthorDate
r32383Add comment for r32382 so that when bug 11325 is properly fixed, we hopefully...simetrical20:18, 24 March 2008

Status & tagging log