Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -258,6 +258,8 @@ |
259 | 259 | } |
260 | 260 | .firstHeading { |
261 | 261 | margin-bottom: .1em; |
| 262 | + line-height: 1.2em; |
| 263 | + padding-bottom: 0; |
262 | 264 | } |
263 | 265 | |
264 | 266 | /* user notification thing */ |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1326,7 +1326,7 @@ |
1327 | 1327 | * to ensure that client-side caches don't keep obsolete copies of global |
1328 | 1328 | * styles. |
1329 | 1329 | */ |
1330 | | -$wgStyleVersion = '125'; |
| 1330 | +$wgStyleVersion = '126'; |
1331 | 1331 | |
1332 | 1332 | |
1333 | 1333 | # Server-side caching: |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -127,6 +127,7 @@ |
128 | 128 | * Fix for size checks on SVG images with global 'stroke-width' attribute |
129 | 129 | * (bug 11874) Inline CSS with !important no longer borken |
130 | 130 | * (bug 1600) Strip extra == section markup == in new-comment field |
| 131 | +* (bug 11325) Wrapped page titles in MonoBook skin spaced more nicely |
131 | 132 | |
132 | 133 | |
133 | 134 | === API changes in 1.13 === |