From: Raimond Spekking Date: Fri, 16 Sep 2011 20:27:09 +0000 (+0000) Subject: Remove the pseudo TOC, part of file descripton pages, from printing. Useless and... X-Git-Tag: 1.31.0-rc.0~27602 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=c263929ac7ee366644e7ce2b0e23e04e8b72ae43;p=lhc%2Fweb%2Fwiklou.git Remove the pseudo TOC, part of file descripton pages, from printing. Useless and confusing if a really TOC exists --- diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 84dee4c0e5..6672c794a4 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -129,7 +129,8 @@ li#privacy, #footer-places, .mw-hidden-catlinks, tr.mw-metadata-show-hide-extended, -span.mw-filepage-other-resolutions { +span.mw-filepage-other-resolutions, +ul#filetoc { /* Hides all the elements irrelevant for printing */ display: none; }