Difference between revisions of "Hatnote/styles.css"
Jump to navigation
Jump to search
test>Galobtter (fix) |
test>Galobtter (+) |
||
| Line 10: | Line 10: | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
} | } | ||
| + | /* | ||
| + | * The templatestyles element inserts a link element before every hatnote. | ||
| + | * Technically div.hatnote + div.hatnote is not needed. 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; | ||
} | } | ||
Revision as of 22:53, 20 July 2019
.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 every hatnote.
* Technically div.hatnote + div.hatnote is not needed. Remove?
*/
div.hatnote + div.hatnote, div.hatnote + link + div.hatnote {
margin-top: -0.5em;
}