Merge "Add basic `hr` element styles"

This commit is contained in:
jenkins-bot 2019-04-17 20:16:01 +00:00 committed by Gerrit Code Review
commit 8767b8ad18
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.