Browse Source

docs: don't narrow right margin in sidebar toc

avoids overly narrow text in the FAQ toc
Marian Beermann 7 years ago
parent
commit
8727b79325
1 changed files with 5 additions and 0 deletions
  1. 5 0
      docs/borg_theme/css/borg.css

+ 5 - 0
docs/borg_theme/css/borg.css

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