Add basic `hr` element styles

Bug: T221020
Change-Id: I90cef54b48d5934dac4adac6be6ffe7145a726f4
This commit is contained in:
Volker E 2019-04-15 10:42:40 -07:00
parent 3250ac6401
commit 5f6f75e487
1 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,13 @@
margin: 0.5em 0 1em 0;
}
hr {
// @color used as background-color as exception here.
background-color: @colorGray10;
height: 1px;
border: 0;
}
// Code
//
// Use this solely for blocks of computer code.