Module:Hatnote/styles.css: Difference between revisions
Appearance
+ |
fix |
||
Line 12: | Line 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; | ||
} | } |