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

(fix)
(+)
Zeile 10: Zeile 10:
margin-bottom: 0.5em;
margin-bottom: 0.5em;
}
}
/*
/* The templatestyles element inserts a link element before every hatnote. */
* The templatestyles element inserts a link element before every hatnote.
div.hatnote + link + div.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;
margin-top: -0.5em;
}
}