aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/erl_docgen/priv/css/otp_doc.css4
1 files 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 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