We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624e4b5 commit 865ea4dCopy full SHA for 865ea4d
src/librustdoc/html/static/css/rustdoc.css
@@ -1800,7 +1800,7 @@ button#toggle-all-docs:before {
1800
/* Question mark with circle */
1801
content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 12 12" \
1802
enable-background="new 0 0 12 12" xmlns="http://www.w3.org/2000/svg" fill="none">\
1803
- <circle r="5.5" cx="6" cy="6" stroke-width="1" stroke="black"/>\
+ <circle r="5.25" cx="6" cy="6" stroke-width="1.25" stroke="black"/>\
1804
<text x="4.25" y="9" style="font:8px sans-serif;font-weight:1000" fill="black">?</text></svg>');
1805
width: 18px;
1806
height: 18px;
0 commit comments