mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
bugfix: add margin to the <hr> in default.css
This commit is contained in:
parent
df40ac2db0
commit
1b59afbdf2
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user