From: Brion Vibber Date: Sat, 20 Dec 2008 02:16:39 +0000 (+0000) Subject: * (bug 16612) Fixed "noprint" class for Modern skin print style X-Git-Tag: 1.31.0-rc.0~43867 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=3248e4cc400bbb0fc6353ac384bb2d878db1ec70;p=lhc%2Fweb%2Fwiklou.git * (bug 16612) Fixed "noprint" class for Modern skin print style --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 85bfdfd4b8..93f171a9a6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 === diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 6e1695e3a3..57e304f158 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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: diff --git a/skins/modern/print.css b/skins/modern/print.css index 2d5b265e37..33a36b20f2 100644 --- a/skins/modern/print.css +++ b/skins/modern/print.css @@ -3,7 +3,8 @@ #p-personal, #jump-to-nav, #footer, -span.editsection +span.editsection, +.noprint { display: none; }