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

This commit is contained in:
Le Tan 2017-05-16 18:11:34 +08:00
parent df40ac2db0
commit 1b59afbdf2

View File

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