style: add simple style for <hr> tags (#41000)

This commit is contained in:
Frédéric Péters 2020-03-25 11:09:04 +01:00
parent 9012a6908a
commit 1adfd57795
1 changed files with 7 additions and 0 deletions

View File

@ -78,6 +78,13 @@ dl dd {
margin : 0.3em 0 1.5em 10px;
}
hr {
border: none;
border-top: 1px solid $font-color;
height: 1px;
width: 80%;
}
span.error-message {
color: #e00;
font-weight: bold;