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.
........
This commit is contained in:
R. David Murray 2010-12-18 19:41:50 +00:00
parent af05f18aff
commit 63cd7b6fb3
1 changed files with 1 additions and 0 deletions

View File

@ -364,6 +364,7 @@ p.deprecated {
pre {
overflow: auto;
overflow-y: hidden;
}
td.linenos pre {