Commit 63cd7b6f authored by R. David Murray's avatar R. David Murray

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 <pre> boxes in the
  generated html docs.  visible in chrome, possibly other webkit browsers.
........
parent af05f18a
...@@ -364,6 +364,7 @@ p.deprecated { ...@@ -364,6 +364,7 @@ p.deprecated {
pre { pre {
overflow: auto; overflow: auto;
overflow-y: hidden;
} }
td.linenos pre { td.linenos pre {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment