File 2750-fix-line-height-for-titles.patch of Package erlang
From 4a4e114404d66ad79b4f2f335bb27ea7e30e399b Mon Sep 17 00:00:00 2001
From: Mariano Guerra <mariano@marianoguerra.org>
Date: Mon, 31 Oct 2016 21:00:45 +0000
Subject: [PATCH 50/59] fix line-height for titles
---
lib/erl_docgen/priv/css/otp_doc.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css
index 62dd60bbd..53c93daa3 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 }
--
2.12.2