From 4a4e114404d66ad79b4f2f335bb27ea7e30e399b Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Mon, 31 Oct 2016 21:00:45 +0000 Subject: fix line-height for titles --- lib/erl_docgen/priv/css/otp_doc.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/erl_docgen/priv/css/otp_doc.css') 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 } -- cgit v1.2.3