[Python-checkins] r75617 - python/trunk/Doc/tools/sphinxext/static/basic.css

georg.brandl python-checkins at python.org
Thu Oct 22 18:20:55 CEST 2009


Author: georg.brandl
Date: Thu Oct 22 18:20:55 2009
New Revision: 75617

Log:
Make printout margin important.

Modified:
   python/trunk/Doc/tools/sphinxext/static/basic.css

Modified: python/trunk/Doc/tools/sphinxext/static/basic.css
==============================================================================
--- python/trunk/Doc/tools/sphinxext/static/basic.css	(original)
+++ python/trunk/Doc/tools/sphinxext/static/basic.css	Thu Oct 22 18:20:55 2009
@@ -420,7 +420,7 @@
     div.document,
     div.documentwrapper,
     div.bodywrapper {
-        margin: 0;
+        margin: 0 !important;
         width: 100%;
     }
 


More information about the Python-checkins mailing list