Add basic <hr> CSS styles (#4061)

pull/3703/merge
Andrés Álvarez 2017-04-07 17:05:17 +08:00 committed by cinwell.li
parent 29162c76f1
commit 3417f9f006
1 changed files with 7 additions and 0 deletions

View File

@ -70,3 +70,10 @@ sup, sub {
small {
font-size: calc(var(--font-size-base) - 2px);
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}