aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen
diff options
context:
space:
mode:
authorMariano Guerra <[email protected]>2016-10-31 21:24:32 +0000
committerMariano Guerra <[email protected]>2017-03-13 11:51:52 +0100
commita7db986588088d9e49caa8e45d28e31018eb14ef (patch)
treeb810ac6769a9c48fdd5be46908b3bf81399c667f /lib/erl_docgen
parente41116af5443f66e2fb7f897256c1b6290c42004 (diff)
downloadotp-a7db986588088d9e49caa8e45d28e31018eb14ef.tar.gz
otp-a7db986588088d9e49caa8e45d28e31018eb14ef.tar.bz2
otp-a7db986588088d9e49caa8e45d28e31018eb14ef.zip
make max-width 42em for content div
Diffstat (limited to 'lib/erl_docgen')
-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