docs: minimize code-font line-height.
Fixes problem in which any paragraph with code text has more whitespace below it than other lines. Change-Id: I0f39655472d09f5af346c7c7e4df8eb0a5a144df
This commit is contained in:
parent
98f23e7af0
commit
c5480c32c2
1 changed files with 1 additions and 0 deletions
|
@ -1104,6 +1104,7 @@ pre, code {
|
|||
}
|
||||
code {
|
||||
font-weight:bold;
|
||||
font: 14px/14px 'courier new', courier, monospace;
|
||||
}
|
||||
|
||||
legend {
|
||||
|
|
Loading…
Reference in a new issue