forked from openkylin/platform_build
am 6668404e: Merge "docs: minimize code-font line-height. Fixes problem in which any paragraph with code text has more whitespace below it than other lines." into jb-mr1-dev
# Via Android (Google) Code Review (1) and Scott Main (1) * commit '6668404ede38d806102eb481d857ca8c0931d364': docs: minimize code-font line-height. Fixes problem in which any paragraph with code text has more whitespace below it than other lines.
This commit is contained in:
commit
7257c71fa8
|
@ -1104,6 +1104,7 @@ pre, code {
|
|||
}
|
||||
code {
|
||||
font-weight:bold;
|
||||
font: 14px/14px 'courier new', courier, monospace;
|
||||
}
|
||||
|
||||
legend {
|
||||
|
|
Loading…
Reference in New Issue