diff options
| author | Sean Charles <[email protected]> | 2015-04-30 12:30:05 +0100 |
|---|---|---|
| committer | Zandra Hird <[email protected]> | 2015-07-16 12:10:55 +0200 |
| commit | a3d94569e38abe3faa08bc1b2305f7045470e510 (patch) | |
| tree | 4002d70e25be97be6d4e25d04f9ae0ccf7d1cc67 /lib | |
| parent | 31623a16629dee45e3d3e6f33ffb0865b157301a (diff) | |
| download | otp-a3d94569e38abe3faa08bc1b2305f7045470e510.tar.gz otp-a3d94569e38abe3faa08bc1b2305f7045470e510.tar.bz2 otp-a3d94569e38abe3faa08bc1b2305f7045470e510.zip | |
Increased left-nav width for readability
It just makes it easier to read stuff. For example, gen_server functions are now totally visible, no more guessing.
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 |
