File 2752-make-max-width-42em-for-content-div.patch of Package erlang

From a7db986588088d9e49caa8e45d28e31018eb14ef Mon Sep 17 00:00:00 2001
From: Mariano Guerra <mariano@marianoguerra.org>
Date: Mon, 31 Oct 2016 21:24:32 +0000
Subject: [PATCH 52/59] make max-width 42em for content div

---
 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 ee07b38dc..4797d5c0e 100644
--- a/lib/erl_docgen/priv/css/otp_doc.css
+++ b/lib/erl_docgen/priv/css/otp_doc.css
@@ -17,7 +17,7 @@ h1, h2, h3, h4, h5, h6{
  line-height: 1.2em;
 }
 
-p             { max-width: 60em }
+p             { max-width: 42em }
 
 .header       { background: #222; color: #fefefe }
 .top          { background: #efe }
@@ -51,7 +51,7 @@ a:visited      { color: #1b6ec2; text-decoration: none }
 
 #content {
   margin-left: 340px; /* set left value to WidthOfFrameDiv */
-  max-width: 60em;
+  max-width: 42em;
 }
 
 .frontpage 
-- 
2.12.2

openSUSE Build Service is sponsored by