Trial commit to fix bug #29043: “The 'Contents box' in the "Printable version" render...
authorMark A. Hershberger <mah@users.mediawiki.org>
Sat, 21 May 2011 00:02:00 +0000 (00:02 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Sat, 21 May 2011 00:02:00 +0000 (00:02 +0000)
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

index eaf9f6b..97ff083 100644 (file)
@@ -14,9 +14,7 @@ a.new {
 }
 
 #toc {
-       border: 1px solid #aaaaaa;
-       background-color: #f9f9f9;
-       padding: 5px;
+   display: none;
 }
 .tocindent {
        margin-left: 2em;