소스 검색

docs: don't narrow right margin in sidebar toc

avoids overly narrow text in the FAQ toc
Marian Beermann 7 년 전
부모
커밋
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 {
 .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;
+}