(bug 43211) Add mw-navigation to CSS for display:none on print.
authorMatthew Flaschen <mflaschen@wikimedia.org>
Mon, 17 Dec 2012 21:35:10 +0000 (16:35 -0500)
committerMatthew Flaschen <mflaschen@wikimedia.org>
Thu, 10 Jan 2013 00:39:21 +0000 (19:39 -0500)
Change-Id: Icdd08e833b9dcc503cadd83d2b7a7b6460699313

skins/common/commonPrint.css

index 25c6068..6cb213f 100644 (file)
@@ -126,7 +126,8 @@ li#privacy,
 tr.mw-metadata-show-hide-extended,
 span.mw-filepage-other-resolutions,
 #filetoc,
-.usermessage {
+.usermessage,
+#mw-navigation {
        /* Hides all the elements irrelevant for printing */
        display: none;
 }