mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-22 12:43:36 +00:00
Fix font weight on types, methods and associated types/consts
This commit is contained in:
parent
3ddb78a346
commit
a5dd8d9724
@ -146,9 +146,15 @@ h1.fqn > .in-band > a:hover {
|
||||
h2, h3, h4 {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.impl, .impl-items .method,
|
||||
.impl-items .type, .impl-items .associatedconstant,
|
||||
.impl-items .associatedtype {
|
||||
.impl,
|
||||
.impl-items .method,
|
||||
.methods .method,
|
||||
.impl-items .type,
|
||||
.methods .type,
|
||||
.impl-items .associatedconstant,
|
||||
.methods .associatedconstant,
|
||||
.impl-items .associatedtype,
|
||||
.methods .associatedtype {
|
||||
flex-basis: 100%;
|
||||
font-weight: 600;
|
||||
margin-top: 16px;
|
||||
|
Loading…
Reference in New Issue
Block a user