mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 16:10:55 +00:00
Merge "Improve hatnote styling"
This commit is contained in:
commit
e25ca1d603
|
@ -105,12 +105,15 @@ FIXME: Review all of these hacks to see if they still apply.
|
|||
.hatnote,
|
||||
.dablink,
|
||||
.rellink {
|
||||
// Use bottom padding instead of bottom margin so that it doesn't affect the
|
||||
// position of floated elements below the hatnotes.
|
||||
padding: 0 0 0.6em 0;
|
||||
color: @grayMedium;
|
||||
padding: 5px 7px;
|
||||
color: @colorGray5;
|
||||
font-size: 0.8em;
|
||||
font-style: italic;
|
||||
background-color: @colorGray15;
|
||||
margin-bottom: 1px;
|
||||
|
||||
a {
|
||||
color: @colorProgressive;
|
||||
}
|
||||
}
|
||||
|
||||
// Template:Quote_box uses fixed width
|
||||
|
|
Loading…
Reference in a new issue