[Python-checkins] r59328 - doctools/trunk/sphinx/style/default.css

georg.brandl python-checkins at python.org
Tue Dec 4 18:11:02 CET 2007


Author: georg.brandl
Date: Tue Dec  4 18:11:02 2007
New Revision: 59328

Modified:
   doctools/trunk/sphinx/style/default.css
Log:
#1555: fix print media stylesheet.


Modified: doctools/trunk/sphinx/style/default.css
==============================================================================
--- doctools/trunk/sphinx/style/default.css	(original)
+++ doctools/trunk/sphinx/style/default.css	Tue Dec  4 18:11:02 2007
@@ -783,8 +783,12 @@
         width: 100%;
     }
 
-    div.body {
+	div.document, 
+	div.documentwrapper, 
+	div.bodywrapper, 
+	div.body {
         margin: 0;
+		width : 100%;
     }
 
     div.sidebar,


More information about the Python-checkins mailing list