diff options
author | Mariano Guerra <[email protected]> | 2016-10-25 13:30:28 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | e23ecf88ac9c09da917c58f55ea5bd2ccfe368d3 (patch) | |
tree | 21c7645c846717c8d77ff0b8480b0508ae2fa91b /lib/erl_docgen/priv/css | |
parent | abf79789704f95bca24f3681b73e227a2f87c346 (diff) | |
download | otp-e23ecf88ac9c09da917c58f55ea5bd2ccfe368d3.tar.gz otp-e23ecf88ac9c09da917c58f55ea5bd2ccfe368d3.tar.bz2 otp-e23ecf88ac9c09da917c58f55ea5bd2ccfe368d3.zip |
set base font-size to 16px
Diffstat (limited to 'lib/erl_docgen/priv/css')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index ae843d8aa7..2966b6c0b4 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -10,7 +10,7 @@ body { height: 100%; max-height: 100%; line-height: 1.2em; - font-size: 14px; + font-size: 16px; } p { max-width: 80em } |