]> granicus.if.org Git - python/commitdiff
Merged revisions 87027 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sat, 18 Dec 2010 19:43:05 +0000 (19:43 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 18 Dec 2010 19:43:05 +0000 (19:43 +0000)
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 <pre> boxes in the
  generated html docs.  visible in chrome, possibly other webkit browsers.
........

Doc/tools/sphinxext/static/basic.css

index aeb13816d1fb5f2ad7e39cdbc594656bc5029a34..897718760a6bdbc04b704d5b2f3bbf9797de96e9 100644 (file)
@@ -364,6 +364,7 @@ p.deprecated {
 
 pre {
     overflow: auto;
+    overflow-y: hidden;
 }
 
 td.linenos pre {