From c263929ac7ee366644e7ce2b0e23e04e8b72ae43 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Fri, 16 Sep 2011 20:27:09 +0000 Subject: [PATCH] Remove the pseudo TOC, part of file descripton pages, from printing. Useless and confusing if a really TOC exists --- skins/common/commonPrint.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.20.1