From 8cc5f3144b744fdd01454b1d489ab03a6d621004 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Mon, 17 Dec 2012 16:35:10 -0500 Subject: [PATCH] (bug 43211) Add mw-navigation to CSS for display:none on print. Change-Id: Icdd08e833b9dcc503cadd83d2b7a7b6460699313 --- 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 25c6068de2..6cb213f2a6 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -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; } -- 2.20.1