From 51aeb266e5c808edfde6ff642833be6978e86a14 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Sat, 21 May 2011 00:02:00 +0000 Subject: [PATCH] =?utf8?q?Trial=20commit=20to=20fix=20bug=20#29043:=20?= =?utf8?q?=E2=80=9CThe=20'Contents=20box'=20in=20the=20"Printable=20versio?= =?utf8?q?n"=20rendering=20is=20stupid=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Other people should try my patch and see if they agree that printing the contents box on paper is stupid. Just commenting on the bug with your opinion would be helpful. --- skins/common/commonPrint.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index eaf9f6bb86..97ff0832f2 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -14,9 +14,7 @@ a.new { } #toc { - border: 1px solid #aaaaaa; - background-color: #f9f9f9; - padding: 5px; + display: none; } .tocindent { margin-left: 2em; -- 2.20.1