From a7db986588088d9e49caa8e45d28e31018eb14ef Mon Sep 17 00:00:00 2001 From: Mariano Guerra Date: Mon, 31 Oct 2016 21:24:32 +0000 Subject: make max-width 42em for content div --- lib/erl_docgen/priv/css/otp_doc.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/erl_docgen/priv/css/otp_doc.css') diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index ee07b38dc7..4797d5c0ea 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 -- cgit v1.2.3