Fix invalid weight for type pages

This commit is contained in:
Guillaume Gomez 2021-06-06 23:06:01 +02:00
parent 5b638c1d37
commit 570ba09cbe

View file

@ -138,7 +138,7 @@ h2, h3, h4 {
border-bottom: 1px solid;
}
.impl, .method,
.type, .associatedconstant,
.type:not(.container-rustdoc), .associatedconstant,
.associatedtype {
flex-basis: 100%;
font-weight: 600;