1
Fork 0

rustdoc: remove no-op .method { position: relative }

This rule was added in 88fe6dfa31 to assist
in position the hide/show togges on methods. This is no longer needed,
because these toggles are no longer implemented as absolutely positioned
links nested inside headers.
This commit is contained in:
Michael Howell 2022-09-20 16:16:17 -07:00
parent c6c4e0f438
commit 04e98b9025

View file

@ -728,9 +728,6 @@ pre, .rustdoc.source .example-wrap {
padding: 0;
}
.content > .methods > .method {
position: relative;
}
/* Shift "where ..." part of method or fn definition down a line */
.content .method .where,
.content .fn .where,