From: Gregory P. Smith Date: Sat, 4 Dec 2010 11:36:58 +0000 (+0000) Subject: issue10622: fix superflous scrollbar on the right side of
 boxes in the
X-Git-Tag: v3.2b1~52
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09b0b3a655fe83b5b2be4f6ba22725c252592665;p=thirdparty%2FPython%2Fcpython.git

issue10622: fix superflous scrollbar on the right side of 
 boxes in the
generated html docs.  visible in chrome, possibly other webkit browsers.
---

diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css
index 46237d82c628..d1811b0c00f5 100644
--- a/Doc/tools/sphinxext/static/basic.css
+++ b/Doc/tools/sphinxext/static/basic.css
@@ -364,6 +364,7 @@ p.deprecated, p.deprecated-removed {
 
 pre {
     overflow: auto;
+    overflow-y: hidden;
 }
 
 td.linenos pre {