diff options
author | Mariano Guerra <[email protected]> | 2016-10-24 16:38:11 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | abf79789704f95bca24f3681b73e227a2f87c346 (patch) | |
tree | f8d33d9dfab46f211683fb09627f5dee277b990f /lib/erl_docgen | |
parent | 3908827cfa448f7054a9eb99ad230eef8ce1dd98 (diff) | |
download | otp-abf79789704f95bca24f3681b73e227a2f87c346.tar.gz otp-abf79789704f95bca24f3681b73e227a2f87c346.tar.bz2 otp-abf79789704f95bca24f3681b73e227a2f87c346.zip |
set max-width: 80em; to #content container
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index 7ef570d0f1..ae843d8aa7 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -47,6 +47,7 @@ a:visited { color: #1b6ec2; text-decoration: none } #content { margin-left: 340px; /* set left value to WidthOfFrameDiv */ + max-width: 80em; } .frontpage |