Skip to content

Commit

Permalink
Corrects inner/outer space in sidebar <li>s (rust-lang#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeypedan committed Feb 17, 2020
1 parent 6de3e22 commit bd2cbf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,11 @@ ul#searchresults span.teaser em {
display: none;
}

.chapter li.expanded {
line-height: 1.5em;
margin-top: 0.6em;
}

.chapter li.expanded > a.toggle div {
transform: rotate(90deg);
}
Expand Down

0 comments on commit bd2cbf6

Please sign in to comment.