From: Raimond Spekking Date: Thu, 8 Sep 2011 16:13:27 +0000 (+0000) Subject: followup r96549: Add the 'display:none' to the existing section instead of opening... X-Git-Tag: 1.31.0-rc.0~27790 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=27b77d312275fef4f079887414e890efaac6e20e;p=lhc%2Fweb%2Fwiklou.git followup r96549: Add the 'display:none' to the existing section instead of opening a new one. --- 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; -}