diff options
author | Mariano Guerra <[email protected]> | 2016-10-22 17:43:04 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | af28ddaa6cf00ac39fed0b2bfa3e5c7742059965 (patch) | |
tree | ea83939fcb554ef72e236e5fbf0a8472d1acdfd9 /lib | |
parent | 84bb057a7904c34d651f4c5d24939f59aa957e34 (diff) | |
download | otp-af28ddaa6cf00ac39fed0b2bfa3e5c7742059965.tar.gz otp-af28ddaa6cf00ac39fed0b2bfa3e5c7742059965.tar.bz2 otp-af28ddaa6cf00ac39fed0b2bfa3e5c7742059965.zip |
indent exports and data types section bodies
Diffstat (limited to 'lib')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index a30ff66325..161fa30d95 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -154,9 +154,11 @@ pre { margin: 0; } -.REFBODY { margin-left: 13mm } -.REFTYPES { margin-left: 8mm } +.exports-body, .data-types-body, .REFBODY{ + margin-left: 2em; +} +.REFTYPES { margin-left: 1.5em } footer { } |