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:
Scott Main 2013-02-01 15:29:44 -08:00
parent 98f23e7af0
commit c5480c32c2

View file

@ -1104,6 +1104,7 @@ pre, code {
}
code {
font-weight:bold;
font: 14px/14px 'courier new', courier, monospace;
}
legend {