Kaynağa Gözat

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

Le Tan 8 yıl önce
ebeveyn
işleme
1b59afbdf2
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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;
 }