From: Raimond Spekking Date: Mon, 19 Sep 2011 06:24:06 +0000 (+0000) Subject: Fix per Krinkle's CR r97329: "There is and should be only one kind of #filetoc. Speci... X-Git-Tag: 1.31.0-rc.0~27571 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=a4c62952e9814b90b48957ebd38ba4f0281e3b24;p=lhc%2Fweb%2Fwiklou.git Fix per Krinkle's CR r97329: "There is and should be only one kind of #filetoc. Specifying a type here makes overriding it harder, no need to specify the tag name here" --- diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 6672c794a4..4cad47b9dc 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -130,7 +130,7 @@ li#privacy, .mw-hidden-catlinks, tr.mw-metadata-show-hide-extended, span.mw-filepage-other-resolutions, -ul#filetoc { +#filetoc { /* Hides all the elements irrelevant for printing */ display: none; }