8246351: <code> elements in headings are of incorrect size

Reviewed-by: prappo
This commit is contained in:
Hannes Wallnöfer 2021-05-31 14:27:54 +00:00
parent 5df25dc088
commit 382e7eca48

View File

@ -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;