Преглед изворни кода

docs: don't narrow right margin in sidebar toc

avoids overly narrow text in the FAQ toc
Marian Beermann пре 8 година
родитељ
комит
8727b79325
1 измењених фајлова са 5 додато и 0 уклоњено
  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;
+}