Module:Hatnote/styles.css: Difference between revisions

m 1 revision imported
rv gf: we should not attempt to hack around upstream IMO, the correct fix is deciding whether we even want those colors and/or correcting that issue in WikimediaMessages
Line 19: Line 19:
.hatnote + link + .hatnote {
.hatnote + link + .hatnote {
margin-top: -0.5em;
margin-top: -0.5em;
}
@media print {
body.ns-0 .hatnote {
display: none !important;
}
}
}