aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMariano Guerra <[email protected]>2016-10-31 21:00:45 +0000
committerMariano Guerra <[email protected]>2017-03-13 11:51:52 +0100
commit4a4e114404d66ad79b4f2f335bb27ea7e30e399b (patch)
tree3b8136e5756eb67022753c2a0dc2808c6fcdfcfb
parent26b3c1eb0e4105a3be6ad338dd5452b751bc33df (diff)
downloadotp-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.css4
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 }