From: Mark A. Hershberger Date: Sat, 21 May 2011 00:02:00 +0000 (+0000) Subject: Trial commit to fix bug #29043: “The 'Contents box' in the "Printable version" render... X-Git-Tag: 1.31.0-rc.0~30046 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=51aeb266e5c808edfde6ff642833be6978e86a14;p=lhc%2Fweb%2Fwiklou.git Trial commit to fix bug #29043: “The 'Contents box' in the "Printable version" rendering is stupid” 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. --- 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;