Modul:Hatnote/styles.css: Unterschied zwischen den Versionen

Aus skandinavien-wiki.net
(+)
(fix)
Zeile 12: Zeile 12:
/*
/*
* The templatestyles element inserts a link element before every hatnote.
* The templatestyles element inserts a link element before every hatnote.
* Technically div.hatnote + div.hatnote is not needed. Remove?
* Technically div.hatnote + div.hatnote is not needed, only div.hatnote + link + div.hatnote. Remove?
*/
*/
div.hatnote + div.hatnote, div.hatnote + link + div.hatnote  {
div.hatnote + div.hatnote, div.hatnote + link + div.hatnote  {
margin-top: -0.5em;
margin-top: -0.5em;
}
}

Version vom 21. Juli 2019, 00:55 Uhr

.hatnote {
	font-style: italic;
}
.hatnote i {
	font-style: normal;
}
div.hatnote {
	/* @noflip */
	padding-left: 1.6em;
	margin-bottom: 0.5em;
}
/*
* The templatestyles element inserts a link element before every hatnote.
* Technically div.hatnote + div.hatnote is not needed, only div.hatnote + link + div.hatnote. Remove?
*/
div.hatnote + div.hatnote, div.hatnote + link + div.hatnote  {
	margin-top: -0.5em;
}