Remove the pseudo TOC, part of file descripton pages, from printing. Useless and...
authorRaimond Spekking <raymond@users.mediawiki.org>
Fri, 16 Sep 2011 20:27:09 +0000 (20:27 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Fri, 16 Sep 2011 20:27:09 +0000 (20:27 +0000)
skins/common/commonPrint.css

index 84dee4c..6672c79 100644 (file)
@@ -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;
 }