[Python-checkins] r63167 - doctools/trunk/sphinx/static/default.css

georg.brandl python-checkins at python.org
Mon May 12 18:46:53 CEST 2008


Author: georg.brandl
Date: Mon May 12 18:46:52 2008
New Revision: 63167

Log:
Automatic overflow for <pre> tags.


Modified:
   doctools/trunk/sphinx/static/default.css

Modified: doctools/trunk/sphinx/static/default.css
==============================================================================
--- doctools/trunk/sphinx/static/default.css	(original)
+++ doctools/trunk/sphinx/static/default.css	Mon May 12 18:46:52 2008
@@ -702,6 +702,7 @@
     border: 1px solid #ac9;
     border-left: none;
     border-right: none;
+    overflow: auto;
 }
 
 td.linenos pre {


More information about the Python-checkins mailing list