Skip to content

Commit

Permalink
rustdoc: On mobile: hide §, adjust [+] position
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed Feb 20, 2018
1 parent bf03dd0 commit df1b9a8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ span.since {
}

.anchor {
left: -5px;
display: none !important;
}
}

Expand Down Expand Up @@ -1051,7 +1051,11 @@ h4 > .important-traits {
}

.collapse-toggle {
left: -17px;
left: -20px;
}

.impl > .collapse-toggle {
left: -10px;
}
}

Expand Down

0 comments on commit df1b9a8

Please sign in to comment.