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:
Gregory P. Smith 2010-12-04 11:36:58 +00:00
parent d4cc7bf993
commit 09b0b3a655

View file

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