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

This commit is contained in:
Scott Main 2013-02-01 23:31:56 +00:00 committed by Android (Google) Code Review
commit 6668404ede

View file

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