]> granicus.if.org Git - python/commitdiff
issue10622: fix superflous scrollbar on the right side of <pre> boxes in the
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 4 Dec 2010 11:36:58 +0000 (11:36 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 4 Dec 2010 11:36:58 +0000 (11:36 +0000)
generated html docs.  visible in chrome, possibly other webkit browsers.

Doc/tools/sphinxext/static/basic.css

index 46237d82c628d4f988f174d511383e2162332b8c..d1811b0c00f5dd049a891649c1d5f3dcb5896e05 100644 (file)
@@ -364,6 +364,7 @@ p.deprecated, p.deprecated-removed {
 
 pre {
     overflow: auto;
+    overflow-y: hidden;
 }
 
 td.linenos pre {