diff options
author | Mariano Guerra <[email protected]> | 2016-10-22 17:41:42 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 54ee694393fc32da040f46218a3032f06c8c9964 (patch) | |
tree | 08930c1e4f759da650167a47a26a9ca7723b01f4 /lib/erl_docgen/priv | |
parent | 79cc929aeb58312d5a30d92f0abfdbbeca9cf04f (diff) | |
download | otp-54ee694393fc32da040f46218a3032f06c8c9964.tar.gz otp-54ee694393fc32da040f46218a3032f06c8c9964.tar.bz2 otp-54ee694393fc32da040f46218a3032f06c8c9964.zip |
add max width to paragraphs
Diffstat (limited to 'lib/erl_docgen/priv')
-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 27a868e1af..c27be67147 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -14,7 +14,7 @@ body { th { font-family: Verdana, Arial, Helvetica, sans-serif } td { font-family: Verdana, Arial, Helvetica, sans-serif } -p { font-family: Verdana, Arial, Helvetica, sans-serif } +p { font-family: Verdana, Arial, Helvetica, sans-serif; max-width: 80em } .header { background: #222; color: #fefefe } .top { background: #efe } |