Merge change 27127 into donut

* changes:
  docs only. inherit the line height to resolve vertical scroll issue in WebKit browsers
This commit is contained in:
Android (Google) Code Review 2009-09-25 17:48:11 -04:00
commit afdb6feb9b

View file

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