mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-12-01 09:16:34 +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,
|
.hatnote,
|
||||||
.dablink,
|
.dablink,
|
||||||
.rellink {
|
.rellink {
|
||||||
// Use bottom padding instead of bottom margin so that it doesn't affect the
|
padding: 5px 7px;
|
||||||
// position of floated elements below the hatnotes.
|
color: @colorGray5;
|
||||||
padding: 0 0 0.6em 0;
|
|
||||||
color: @grayMedium;
|
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
font-style: italic;
|
background-color: @colorGray15;
|
||||||
|
margin-bottom: 1px;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: @colorProgressive;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Template:Quote_box uses fixed width
|
// Template:Quote_box uses fixed width
|
||||||
|
|
Loading…
Reference in a new issue