Browse Source

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

Le Tan 8 years ago
parent
commit
1b59afbdf2
1 changed files with 2 additions and 1 deletions
  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;
 }