Module:Hatnote/styles.css: Difference between revisions
per my talk page |
move @print none to templatestyles from MediaWiki:Print.css to support MediaWiki talk:Common.css/to do#Turn mobile.css/js totally off |
||
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; | |||
} | |||
} | } |