forked from openkylin/platform_build
docs only.
inherit the line height to resolve vertical scroll issue in WebKit browsers Change-Id: I1707893614e3983e6b53a31229b3e19e584d6950
This commit is contained in:
parent
1da823869c
commit
18a4883ab3
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue