diff options
author | Zandra Hird <[email protected]> | 2015-07-30 09:40:42 +0200 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-07-30 09:40:42 +0200 |
commit | 73e0f805ff76e768dba639fab79016fdcb6f8cf7 (patch) | |
tree | 972d426d391e29854f4ba9f25fde0d54d0f0241a /lib | |
parent | 7db3c1bff2850f395e85c58eeda3f0dae1a218f4 (diff) | |
parent | a3d94569e38abe3faa08bc1b2305f7045470e510 (diff) | |
download | otp-73e0f805ff76e768dba639fab79016fdcb6f8cf7.tar.gz otp-73e0f805ff76e768dba639fab79016fdcb6f8cf7.tar.bz2 otp-73e0f805ff76e768dba639fab79016fdcb6f8cf7.zip |
Merge branch 'emacstheviking/maint'
* emacstheviking/maint:
Increased left-nav width for readability
Diffstat (limited to 'lib')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 4 |
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 |