rustdoc: On mobile: hide §, adjust [+] position

This commit is contained in:
Vitaly _Vi Shukela 2018-02-20 22:46:24 +03:00
parent bf03dd0ca7
commit df1b9a8584
No known key found for this signature in database
GPG key ID: C097221D6E03DF68

View file

@ -908,7 +908,7 @@ span.since {
}
.anchor {
left: -5px;
display: none !important;
}
}
@ -1051,7 +1051,11 @@ h4 > .important-traits {
}
.collapse-toggle {
left: -17px;
left: -20px;
}
.impl > .collapse-toggle {
left: -10px;
}
}