Module:Hatnote/styles.css: Difference between revisions

Nothing to hide, but nothing to show you either.
Jump to navigation Jump to search
Content added Content deleted
(-)
(fix)
Line 10: Line 10:
margin-bottom: 0.5em;
margin-bottom: 0.5em;
}
}
div.hatnote + div.hatnote {
div.hatnote + div.hatnote, div.hatnote + link + div.hatnote {
margin-top: -0.5em;
margin-top: -0.5em;
}
}

Revision as of 22:50, 20 July 2019

.hatnote {
	font-style: italic;
}
.hatnote i {
	font-style: normal;
}
div.hatnote {
	/* @noflip */
	padding-left: 1.6em;
	margin-bottom: 0.5em;
}
div.hatnote + div.hatnote, div.hatnote + link + div.hatnote  {
	margin-top: -0.5em;
}