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 73d2653 commit 101d987Copy full SHA for 101d987
src/librustdoc/html/static/rustdoc.css
@@ -459,7 +459,8 @@ a {
459
.content .search-results td:first-child { padding-right: 0; }
460
.content .search-results td:first-child a { padding-right: 10px; }
461
462
-tr.result span.primitive::after { content: ' (primitive type)'; font-style: italic; color: black}
+tr.result span.primitive::after { content: ' (primitive type)'; font-style: italic; color: black;
463
+}
464
465
body.blur > :not(#help) {
466
filter: blur(8px);
0 commit comments