소스 검색

Merge pull request #4173 from SvenDowideit/add-most-spacing-to-headers

add a little space above h2->h6 - it gets a bit dense in there when there are lots of steps
Andy Rothfusz 11 년 전
부모
커밋
ba3cbeb86b
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      docs/theme/docker/static/css/main.css
  2. 4 0
      docs/theme/docker/static/css/main.less

+ 3 - 0
docs/theme/docker/static/css/main.css

@@ -428,6 +428,9 @@ dt:hover > a.headerlink {
   float: right;
   visibility: hidden;
 }
+h2, h3, h4, h5, h6 {
+  margin-top: 0.7em;
+}
 /* =====================================
   Miscellaneous information
 ====================================== */

+ 4 - 0
docs/theme/docker/static/css/main.less

@@ -631,6 +631,10 @@ dt:hover > a.headerlink {
   visibility: hidden;
 }
 
+h2, h3, h4, h5, h6 {
+  margin-top: 0.7em;
+}
+
 /* =====================================
   Miscellaneous information
 ====================================== */