Jump to content

Module:Hatnote/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 19:53, 29 April 2021 (I didn't see anywhere why that needed to be a separate css block for blocks). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.hatnote {
	font-style: italic;
	/* @noflip */
	padding-left: 1.6em;
	margin-bottom: 0.5em;
}

.hatnote i {
	font-style: normal;
}

/* The templatestyles element inserts a link element before hatnotes.
 * TODO: Remove link if/when WMF resolves T200206 */
.hatnote + link + .hatnote {
	margin-top: -0.5em;
}