aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZandra Hird <[email protected]>2015-07-30 09:40:42 +0200
committerZandra Hird <[email protected]>2015-07-30 09:40:42 +0200
commit73e0f805ff76e768dba639fab79016fdcb6f8cf7 (patch)
tree972d426d391e29854f4ba9f25fde0d54d0f0241a
parent7db3c1bff2850f395e85c58eeda3f0dae1a218f4 (diff)
parenta3d94569e38abe3faa08bc1b2305f7045470e510 (diff)
downloadotp-73e0f805ff76e768dba639fab79016fdcb6f8cf7.tar.gz
otp-73e0f805ff76e768dba639fab79016fdcb6f8cf7.tar.bz2
otp-73e0f805ff76e768dba639fab79016fdcb6f8cf7.zip
Merge branch 'emacstheviking/maint'
* emacstheviking/maint: Increased left-nav width for readability
-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 0b531db701..347782eb1e 100644
--- a/lib/erl_docgen/priv/css/otp_doc.css
+++ b/lib/erl_docgen/priv/css/otp_doc.css
@@ -37,7 +37,7 @@ a:visited { color: blue; text-decoration: none }
top: 0;
bottom: 0;
left: 0;
- width: 200px;
+ width: 300px;
overflow:auto;
margin: 0;
padding: 1px;
@@ -45,7 +45,7 @@ a:visited { color: blue; text-decoration: none }
}
#content {
- margin-left: 240px; /* set left value to WidthOfFrameDiv */
+ margin-left: 340px; /* set left value to WidthOfFrameDiv */
}
.frontpage