mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-14 14:52:37 +00:00
Corrects inner/outer space in sidebar <li>s (#1137)
This commit is contained in:
parent
d6cfa21fff
commit
0da7ba4abe
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue