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:
parent
c6c4e0f438
commit
04e98b9025
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue