소스 검색

Merge pull request #9516 from SvenDowideit/tweak-sidebar-css-for-more-spacing

this v spacing irritated me while i was reading
James Turnbull 10 년 전
부모
커밋
0bd51836c8
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      docs/theme/mkdocs/css/docs.css

+ 5 - 1
docs/theme/mkdocs/css/docs.css

@@ -29,13 +29,17 @@
   font-weight: 700;
   color: #394d54;
   line-height: 1;
-  margin: 0px 0 10px 0;
+  margin: 10px 0 10px 0;
   padding-left: 20px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }
 
+#leftnav li.active {
+  margin-bottom: 10px;
+}
+
 .content-body {
   padding: 0px 0px 0px 20px;
 }