Skip to content

Commit 570ba09

Browse files
Fix invalid weight for type pages
1 parent 5b638c1 commit 570ba09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ h2, h3, h4 {
138138
border-bottom: 1px solid;
139139
}
140140
.impl, .method,
141-
.type, .associatedconstant,
141+
.type:not(.container-rustdoc), .associatedconstant,
142142
.associatedtype {
143143
flex-basis: 100%;
144144
font-weight: 600;

0 commit comments

Comments
 (0)