* (bug 16612) Fixed "noprint" class for Modern skin print style
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 20 Dec 2008 02:16:39 +0000 (02:16 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 20 Dec 2008 02:16:39 +0000 (02:16 +0000)
RELEASE-NOTES
includes/DefaultSettings.php
skins/modern/print.css

index 85bfdfd..93f171a 100644 (file)
@@ -435,6 +435,7 @@ The following extensions are migrated into MediaWiki 1.14:
 * (bug 11733) Fixed parameter validation in importTextFile.php
 * (bug 16712) Special:NewFiles updated to use "newer"/"older" paging messages
   for clarity over "previous/next"
+* (bug 16612) Fixed "noprint" class for Modern skin print style
 
 === API changes in 1.14 ===
 
index 6e1695e..57e304f 100644 (file)
@@ -1444,7 +1444,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '190';
+$wgStyleVersion = '191';
 
 
 # Server-side caching:
index 2d5b265..33a36b2 100644 (file)
@@ -3,7 +3,8 @@
 #p-personal,
 #jump-to-nav,
 #footer,
-span.editsection
+span.editsection,
+.noprint
 {
        display: none;
 }