mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Merge "Add basic hr
element styles"
This commit is contained in:
commit
8767b8ad18
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue