http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88502

Revision: 88502
Author:   mah
Date:     2011-05-21 00:02:00 +0000 (Sat, 21 May 2011)
Log Message:
-----------
Trial commit to fix bug #29043: ?\226?\128?\156The 'Contents box' in the 
"Printable version" rendering is stupid?\226?\128?\157

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.

Modified Paths:
--------------
    trunk/phase3/skins/common/commonPrint.css

Modified: trunk/phase3/skins/common/commonPrint.css
===================================================================
--- trunk/phase3/skins/common/commonPrint.css   2011-05-20 23:36:26 UTC (rev 
88501)
+++ trunk/phase3/skins/common/commonPrint.css   2011-05-21 00:02:00 UTC (rev 
88502)
@@ -14,9 +14,7 @@
 }
 
 #toc {
-       border: 1px solid #aaaaaa;
-       background-color: #f9f9f9;
-       padding: 5px;
+   display: none;
 }
 .tocindent {
        margin-left: 2em;


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to