File 2729-add-max-width-to-paragraphs.patch of Package erlang
From 54ee694393fc32da040f46218a3032f06c8c9964 Mon Sep 17 00:00:00 2001
From: Mariano Guerra <mariano@marianoguerra.org>
Date: Sat, 22 Oct 2016 17:41:42 +0100
Subject: [PATCH 29/59] add max width to paragraphs
---
lib/erl_docgen/priv/css/otp_doc.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css
index 27a868e1a..c27be6714 100644
--- a/lib/erl_docgen/priv/css/otp_doc.css
+++ b/lib/erl_docgen/priv/css/otp_doc.css
@@ -14,7 +14,7 @@ body {
th { font-family: Verdana, Arial, Helvetica, sans-serif }
td { font-family: Verdana, Arial, Helvetica, sans-serif }
-p { font-family: Verdana, Arial, Helvetica, sans-serif }
+p { font-family: Verdana, Arial, Helvetica, sans-serif; max-width: 80em }
.header { background: #222; color: #fefefe }
.top { background: #efe }
--
2.12.2