diff options
author | Mariano Guerra <[email protected]> | 2016-10-22 18:02:11 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 8168e006eaca13d69b99b23cecdb29c27f6d2628 (patch) | |
tree | 1c2774bf1dcd20db099c4dc518725b11e3333bd8 /lib/erl_docgen | |
parent | 2a9a49cd246cd988c6a12dfd858e53f4baa38329 (diff) | |
download | otp-8168e006eaca13d69b99b23cecdb29c27f6d2628.tar.gz otp-8168e006eaca13d69b99b23cecdb29c27f6d2628.tar.bz2 otp-8168e006eaca13d69b99b23cecdb29c27f6d2628.zip |
align left panel link lists to the left
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index 161fa30d95..205a6d3a85 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -245,3 +245,11 @@ hr{ border: 0; border-top: 1px solid #aaa; } + +.panel-sections, .expand-collapse-items{ + padding: 0 1em; +} + +.panel-sections{ + margin-top: 0; +} |