am 70bb7d04: am 97c89d4c: am 7257c71f: 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 Git Automerger (3) and others
* commit '70bb7d04dd7085727a6ea9511abd5dbf8c3579ee':
  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:
Scott Main 2013-02-04 16:43:34 -08:00 committed by Android Git Automerger
commit c532ddcc49

View file

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