We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddb78a commit a5dd8d9Copy full SHA for a5dd8d9
src/librustdoc/html/static/rustdoc.css
@@ -146,9 +146,15 @@ h1.fqn > .in-band > a:hover {
146
h2, h3, h4 {
147
border-bottom: 1px solid;
148
}
149
-.impl, .impl-items .method,
150
-.impl-items .type, .impl-items .associatedconstant,
151
-.impl-items .associatedtype {
+.impl,
+.impl-items .method,
+.methods .method,
152
+.impl-items .type,
153
+.methods .type,
154
+.impl-items .associatedconstant,
155
+.methods .associatedconstant,
156
+.impl-items .associatedtype,
157
+.methods .associatedtype {
158
flex-basis: 100%;
159
font-weight: 600;
160
margin-top: 16px;
0 commit comments