Module:Hatnote/styles.css: Difference between revisions

m
15 revisions imported from wikipedia:Module:Hatnote/styles.css
(fix)
m (15 revisions imported from wikipedia:Module:Hatnote/styles.css)
 
(11 intermediate revisions by 2 users not shown)
Line 1:
/* {{pp|small=y}} */
.hatnote {
font-style: italic;
}
 
.hatnote i {
/* Limit structure CSS to divs because of [[Module:Hatnote inline]] */
font-style: normal;
div.hatnote {
/* @noflip */
Line 10:
margin-bottom: 0.5em;
}
 
div.hatnote + div.hatnote, div.hatnote + link + div.hatnote {
.hatnote i {
font-style: normal;
 
/* The templatestyles element inserts a link element before hatnotes.
* TODO: Remove link if/when WMF resolves T200206 */
div.hatnote + div.hatnote, div.hatnote + link + div.hatnote {
margin-top: -0.5em;
}