ソースを参照

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;
 }