diff options
author | Mariano Guerra <[email protected]> | 2016-10-22 18:12:44 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 86bcb347eb550cdc88f09b8871af857479c9526c (patch) | |
tree | abe64dccc961a36ea33ee8f95f598b53f334c355 /lib/erl_docgen | |
parent | 8168e006eaca13d69b99b23cecdb29c27f6d2628 (diff) | |
download | otp-86bcb347eb550cdc88f09b8871af857479c9526c.tar.gz otp-86bcb347eb550cdc88f09b8871af857479c9526c.tar.bz2 otp-86bcb347eb550cdc88f09b8871af857479c9526c.zip |
fix and unify font-family
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index 205a6d3a85..c762927ff2 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -2,7 +2,7 @@ body { background: #fefefe; color: #1a1a1a; - font-family: serif; + font-family: sans-serif; margin: 0; padding: 0; border: 0; @@ -12,9 +12,7 @@ body { line-height: 1.5em; } -th { font-family: Verdana, Arial, Helvetica, sans-serif } -td { font-family: Verdana, Arial, Helvetica, sans-serif } -p { font-family: Verdana, Arial, Helvetica, sans-serif; max-width: 80em } +p { max-width: 80em } .header { background: #222; color: #fefefe } .top { background: #efe } |