Skip to content

Commit

Permalink
improve collapse toggle render (css)
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed May 16, 2017
1 parent ac254fb commit 7a50784
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,11 @@ a.test-arrow:hover{
top: 0;
}

h3 > .collapse-toggle, h4 > .collapse-toggle {
font-size: 0.8em;
top: 5px;
}

.toggle-wrapper > .collapse-toggle {
left: -24px;
margin-top: 0px;
Expand Down

0 comments on commit 7a50784

Please sign in to comment.