diff options
| author | Michael Howell <michael@notriddle.com> | 2022-10-01 10:42:13 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-10-01 10:42:13 -0700 |
| commit | d46e558a93a281a9e41a35cb181a375df388f60c (patch) | |
| tree | 8af212ef5f65b7f981c08bd9f743e3691505f741 | |
| parent | 835a102dd32f6c95951f5d1f19bc121a8fa6fb7d (diff) | |
| download | rust-d46e558a93a281a9e41a35cb181a375df388f60c.tar.gz rust-d46e558a93a281a9e41a35cb181a375df388f60c.zip | |
rustdoc: remove no-op CSS `.impl { position: relative }` etc
This property was added to help with positioning the `[+]/[-]` toggle. It is no longer necessary, because `details.rustdoc-toggle` already has `position:relative` set on it.
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index d8364ec4720..f67d580e28e 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -184,17 +184,6 @@ h4.code-header { margin: 0; padding: 0; } -.impl, -.impl-items .method, -.methods .method, -.impl-items .type, -.methods .type, -.impl-items .associatedconstant, -.methods .associatedconstant, -.impl-items .associatedtype, -.methods .associatedtype { - position: relative; -} #crate-search, h1, h2, h3, h4, h5, h6, |
