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 4b9f5cc commit 3d9acebCopy full SHA for 3d9aceb
src/librustdoc/html/static/noscript.css
@@ -23,3 +23,13 @@ rules.
23
#main .impl-items .hidden {
24
display: block !important;
25
}
26
+
27
+#main .impl-items h4.hidden {
28
+ /* Without this rule, the version and the "[src]" span aren't on the same line as the header. */
29
+ display: flex !important;
30
+}
31
32
+#main .attributes {
33
+ /* Since there is no toggle (the "[-]") when JS is disabled, no need for this margin either. */
34
+ margin-left: 0 !important;
35
0 commit comments