From bbd3304a25783f5231c7c3c6da63c375ea1e05ff Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Tue, 2 Jan 2007 05:33:01 +0000 Subject: [PATCH] * (bug 6503) Fix bug that stopped certain irrelevant links from being hidden for printing --- RELEASE-NOTES | 2 ++ skins/common/commonPrint.css | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) 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; } -- 2.20.1