소스 검색

bugfix: add margin to the <hr> in default.css

Le Tan 8 년 전
부모
커밋
1b59afbdf2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/resources/styles/default.css

+ 2 - 1
src/resources/styles/default.css

@@ -101,9 +101,10 @@ blockquote cite:before {
 blockquote p {
     color: #666;
 }
+
 hr {
     text-align: left;
-    margin: 0 auto 0 0;
+    margin: 1em 0;
     color: #999;
 }