We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e691d commit 385f079Copy full SHA for 385f079
src/librustdoc/html/static/rustdoc.css
@@ -199,6 +199,11 @@ summary {
199
outline: none;
200
}
201
202
+details:not(.rustdoc-toggle) summary {
203
+ margin-bottom: .6em;
204
+ display: list-item;
205
+}
206
+
207
code, pre, a.test-arrow {
208
font-family: "Source Code Pro", monospace;
209
@@ -877,10 +882,6 @@ body.blur > :not(#help) {
877
882
display: inline;
878
883
879
884
880
-.stab summary {
881
- display: list-item;
-}
-
885
.stab .emoji {
886
font-size: 1.5em;
887
0 commit comments