File 2726-improve-text-spacing-center-footer.patch of Package erlang
From 3bc08453a05173fd69467568eb3c6ae59666bde5 Mon Sep 17 00:00:00 2001
From: Mariano Guerra <mariano@marianoguerra.org>
Date: Fri, 21 Oct 2016 21:24:20 +0100
Subject: [PATCH 26/59] improve text spacing, center footer
---
lib/erl_docgen/priv/css/otp_doc.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css
index fbcf53125..008ef681c 100644
--- a/lib/erl_docgen/priv/css/otp_doc.css
+++ b/lib/erl_docgen/priv/css/otp_doc.css
@@ -9,6 +9,7 @@ body {
overflow: scroll;
height: 100%;
max-height: 100%;
+ line-height: 1.5em;
}
th { font-family: Verdana, Arial, Helvetica, sans-serif }
@@ -62,6 +63,7 @@ a:visited { color: #1b6ec2; text-decoration: none }
.footer
{
margin: 15px; /* Magins for inner DIV inside each DIV (to provide padding) */
+ text-align: center;
}
span.bold_code { font-family: mono, Courier, monospace; white-space: pre; font-weight: bold }
--
2.12.2