From: R. David Murray Date: Sat, 18 Dec 2010 19:43:05 +0000 (+0000) Subject: Merged revisions 87027 via svnmerge from X-Git-Tag: v2.7.2rc1~458 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62a1aaeeac5c6d2349a0698e1ba23870a6756e5e;p=python Merged revisions 87027 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87027 | gregory.p.smith | 2010-12-04 06:36:58 -0500 (Sat, 04 Dec 2010) | 3 lines 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 aeb13816d1..897718760a 100644
--- a/Doc/tools/sphinxext/static/basic.css
+++ b/Doc/tools/sphinxext/static/basic.css
@@ -364,6 +364,7 @@ p.deprecated {
 
 pre {
     overflow: auto;
+    overflow-y: hidden;
 }
 
 td.linenos pre {