We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f1a2f commit a8318e4Copy full SHA for a8318e4
src/librustdoc/html/static/rustdoc.css
@@ -137,9 +137,9 @@ h1.fqn > .in-band > a:hover {
137
h2, h3, h4 {
138
border-bottom: 1px solid;
139
}
140
-.impl, .method,
141
-.type:not(.container-rustdoc), .associatedconstant,
142
-.associatedtype {
+.impl, .impl-items .method,
+.impl-items .type, .impl-items .associatedconstant,
+.impl-items .associatedtype {
143
flex-basis: 100%;
144
font-weight: 600;
145
margin-top: 16px;
0 commit comments