mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 18:04:13 +00:00
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.
This commit is contained in:
parent
835a102dd3
commit
d46e558a93
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user