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

(fix)
(per guidelines)
Zeile 2: Zeile 2:
font-style: italic;
font-style: italic;
}
}
.hatnote i {
.hatnote i {
font-style: normal;
font-style: normal;
}
}
div.hatnote {
div.hatnote {
/* @noflip */
/* @noflip */
Zeile 10: Zeile 12:
margin-bottom: 0.5em;
margin-bottom: 0.5em;
}
}
/* The templatestyles element inserts a link element before hatnotes. */
/* The templatestyles element inserts a link element before hatnotes. */
div.hatnote + link + div.hatnote {
div.hatnote + link + div.hatnote {
margin-top: -0.5em;
margin-top: -0.5em;
}
}