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
1 changed files with 0 additions and 11 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue