Module:Hatnote/styles.css: Difference between revisions
From All Skies Encyclopaedia
imported>Izno (per guidelines) |
imported>Izno (add a note) |
||
Line 13: | Line 13: | ||
} |
} |
||
/* The templatestyles element inserts a link element before hatnotes. |
/* The templatestyles element inserts a link element before hatnotes. |
||
* TODO: Remove link if/when WMF resolves T200206 */ |
|||
div.hatnote + link + div.hatnote { |
div.hatnote + link + div.hatnote { |
||
margin-top: -0.5em; |
margin-top: -0.5em; |
Revision as of 19:49, 29 April 2021
.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 hatnotes.
* TODO: Remove link if/when WMF resolves T200206 */
div.hatnote + link + div.hatnote {
margin-top: -0.5em;
}