diff options
| author | Raphaƫl Huchet <rap2hpoutre@users.noreply.github.com> | 2017-05-15 17:16:58 +0200 |
|---|---|---|
| committer | rap2h <raphaelht@gmail.com> | 2017-05-16 10:34:55 +0200 |
| commit | 7a50784336f9de7c3b95cf0ae540ac0f3e8ab992 (patch) | |
| tree | 3d1688a63592f05efa04ec1c10e57bbbec0ee54b | |
| parent | ac254fbe7961dc78575fe8144a7049d280f06126 (diff) | |
| download | rust-7a50784336f9de7c3b95cf0ae540ac0f3e8ab992.tar.gz rust-7a50784336f9de7c3b95cf0ae540ac0f3e8ab992.zip | |
improve collapse toggle render (css)
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 60ea6ed1d8d..570a1980782 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -617,6 +617,11 @@ a.test-arrow:hover{ top: 0; } +h3 > .collapse-toggle, h4 > .collapse-toggle { + font-size: 0.8em; + top: 5px; +} + .toggle-wrapper > .collapse-toggle { left: -24px; margin-top: 0px; |
