Skip to content

Commit 865ea4d

Browse files
committed
Make the help button look more like the rest
1 parent 624e4b5 commit 865ea4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@ button#toggle-all-docs:before {
18001800
/* Question mark with circle */
18011801
content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 12 12" \
18021802
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"/>\
1803+
<circle r="5.25" cx="6" cy="6" stroke-width="1.25" stroke="black"/>\
18041804
<text x="4.25" y="9" style="font:8px sans-serif;font-weight:1000" fill="black">?</text></svg>');
18051805
width: 18px;
18061806
height: 18px;

0 commit comments

Comments
 (0)