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:
Michael Howell 2022-10-01 10:42:13 -07:00
parent 835a102dd3
commit d46e558a93

View File

@ -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,