Skip to content

Commit a8318e4

Browse files
Fix font-weight
1 parent 60f1a2f commit a8318e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/librustdoc/html/static/rustdoc.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ h1.fqn > .in-band > a:hover {
137137
h2, h3, h4 {
138138
border-bottom: 1px solid;
139139
}
140-
.impl, .method,
141-
.type:not(.container-rustdoc), .associatedconstant,
142-
.associatedtype {
140+
.impl, .impl-items .method,
141+
.impl-items .type, .impl-items .associatedconstant,
142+
.impl-items .associatedtype {
143143
flex-basis: 100%;
144144
font-weight: 600;
145145
margin-top: 16px;

0 commit comments

Comments
 (0)