rustdoc: remove no-op .method { font-size: 1rem }
This rule was added in 22dad4b0440b184568956c10f2cbedabf763065a, back when the `method` class was attached to headers instead of DIVs that wrap headers. Old method rendering:a96247bcac/src/librustdoc/html/render.rs (L2062)
Current method rendering:432abd86f2/src/librustdoc/html/render/print_item.rs (L721)
This commit is contained in:
parent
432abd86f2
commit
c6c4e0f438
@ -729,7 +729,6 @@ pre, .rustdoc.source .example-wrap {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content > .methods > .method {
|
.content > .methods > .method {
|
||||||
font-size: 1rem;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
/* Shift "where ..." part of method or fn definition down a line */
|
/* Shift "where ..." part of method or fn definition down a line */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user