docs: don't narrow right margin in sidebar toc

avoids overly narrow text in the FAQ toc
This commit is contained in:
Marian Beermann 2017-07-26 13:54:55 +02:00
parent 2ff4550d4b
commit 8727b79325
1 changed files with 5 additions and 0 deletions

View File

@ -191,3 +191,8 @@ cite {
.borg-common-opt-ref { .borg-common-opt-ref {
font-weight: bold; font-weight: bold;
} }
.sidebar-toc ul li.toctree-l2 a,
.sidebar-toc ul li.toctree-l3 a {
padding-right: 25px;
}