mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-12-01 01:06:31 +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;
|
margin: 0.5em 0 1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
// @color used as background-color as exception here.
|
||||||
|
background-color: @colorGray10;
|
||||||
|
height: 1px;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
// Code
|
// Code
|
||||||
//
|
//
|
||||||
// Use this solely for blocks of computer code.
|
// Use this solely for blocks of computer code.
|
||||||
|
|
Loading…
Reference in a new issue