docs only.

inherit the line height to resolve vertical scroll
issue in WebKit browsers

Change-Id: I1707893614e3983e6b53a31229b3e19e584d6950
This commit is contained in:
Scott Main 2009-09-25 14:15:36 -07:00
parent 1da823869c
commit 18a4883ab3

View file

@ -81,6 +81,7 @@ pre {
padding:10px;
margin:0 0 1em 1em;
overflow:auto;
line-height:inherit; /* fixes vertical scrolling in webkit */
}
h1,h2,h3,h4,h5 {