From: Aryeh Gregor Date: Tue, 2 Jan 2007 05:33:01 +0000 (+0000) Subject: * (bug 6503) Fix bug that stopped certain irrelevant links from being hidden for... X-Git-Tag: 1.31.0-rc.0~54698 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=bbd3304a25783f5231c7c3c6da63c375ea1e05ff;p=lhc%2Fweb%2Fwiklou.git * (bug 6503) Fix bug that stopped certain irrelevant links from being hidden for printing --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ef064c0fc6..7b065b9ae9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -447,6 +447,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN variant of a wiki to something different than the main language code * Add 'variant' option to parserTests - runs test with the given variant as preferred, utilize it for more parser tests of language variants code +* (bug 6503) Fix bug that stopped certain irrelevant links from being hidden + for printing == Languages updated == diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 314ff5543e..ae9dd75850 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -105,10 +105,10 @@ div#column-one, .tochidden, div#f-poweredbyico, div#f-copyrightico, -li#f-viewcount, -li#f-about, -li#f-disclaimer, -li#f-privacy { +li#viewcount, +li#about, +li#disclaimer, +li#privacy { /* Hides all the elements irrelevant for printing */ display: none; }