File 2745-reduce-max-width-on-p-and-content-to-60em.patch of Package erlang

From b2a6eebcf698c1828d89b37704028fdb931b0b20 Mon Sep 17 00:00:00 2001
From: Mariano Guerra <mariano@marianoguerra.org>
Date: Tue, 25 Oct 2016 14:14:09 +0100
Subject: [PATCH 45/59] reduce max-width on p and #content to 60em

---
 lib/erl_docgen/priv/css/otp_doc.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css
index 2966b6c0b..cde5d1327 100644
--- a/lib/erl_docgen/priv/css/otp_doc.css
+++ b/lib/erl_docgen/priv/css/otp_doc.css
@@ -13,7 +13,7 @@ body {
   font-size: 16px;
 }
 
-p             { max-width: 80em }
+p             { max-width: 60em }
 
 .header       { background: #222; color: #fefefe }
 .top          { background: #efe }
@@ -47,7 +47,7 @@ a:visited      { color: #1b6ec2; text-decoration: none }
 
 #content {
   margin-left: 340px; /* set left value to WidthOfFrameDiv */
-  max-width: 80em;
+  max-width: 60em;
 }
 
 .frontpage 
-- 
2.12.2

openSUSE Build Service is sponsored by