diff options
author | Mariano Guerra <[email protected]> | 2016-10-31 21:00:45 +0000 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 4a4e114404d66ad79b4f2f335bb27ea7e30e399b (patch) | |
tree | 3b8136e5756eb67022753c2a0dc2808c6fcdfcfb | |
parent | 26b3c1eb0e4105a3be6ad338dd5452b751bc33df (diff) | |
download | otp-4a4e114404d66ad79b4f2f335bb27ea7e30e399b.tar.gz otp-4a4e114404d66ad79b4f2f335bb27ea7e30e399b.tar.bz2 otp-4a4e114404d66ad79b4f2f335bb27ea7e30e399b.zip |
fix line-height for titles
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index 62dd60bbd3..53c93daa3f 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -13,6 +13,10 @@ body { font-size: 16px; } +h1, h2, h3, h4, h5, h6{ + line-height: 1.2em; +} + p { max-width: 60em } .header { background: #222; color: #fefefe } |