From 27b77d312275fef4f079887414e890efaac6e20e Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 8 Sep 2011 16:13:27 +0000 Subject: [PATCH] followup r96549: Add the 'display:none' to the existing section instead of opening a new one. --- skins/common/commonPrint.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 2e1951baf3..2af0489df3 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -127,7 +127,8 @@ li#about, li#disclaimer, li#privacy, #footer-places, -#mw-hidden-catlinks { +#mw-hidden-catlinks, +tr.mw-metadata-show-hide-extended { /* Hides all the elements irrelevant for printing */ display: none; } @@ -346,7 +347,3 @@ p { orphans: 3; } -/* Metadata/EXIF rendering */ -tr.mw-metadata-show-hide-extended { - display: none; -} -- 2.20.1