8246351: <code> elements in headings are of incorrect size
Reviewed-by: prappo
This commit is contained in:
parent
5df25dc088
commit
382e7eca48
@ -67,6 +67,9 @@ ul {
|
||||
}
|
||||
code, tt {
|
||||
font-family:'DejaVu Sans Mono', monospace;
|
||||
}
|
||||
:not(h1, h2, h3, h4, h5, h6) > code,
|
||||
:not(h1, h2, h3, h4, h5, h6) > tt {
|
||||
font-size:14px;
|
||||
padding-top:4px;
|
||||
margin-top:8px;
|
||||
|
Loading…
Reference in New Issue
Block a user