We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf03dd0 commit df1b9a8Copy full SHA for df1b9a8
src/librustdoc/html/static/rustdoc.css
@@ -908,7 +908,7 @@ span.since {
908
}
909
910
.anchor {
911
- left: -5px;
+ display: none !important;
912
913
914
@@ -1051,7 +1051,11 @@ h4 > .important-traits {
1051
1052
1053
.collapse-toggle {
1054
- left: -17px;
+ left: -20px;
1055
+ }
1056
+
1057
+ .impl > .collapse-toggle {
1058
+ left: -10px;
1059
1060
1061
0 commit comments