MediaWiki:Common.css: Difference between revisions

Added .hatnote for Template:Main and other disambiguation notices
(Added template documentation CSS)
(Added .hatnote for Template:Main and other disambiguation notices)
Line 4:
cite, dfn {
font-style: inherit;
}
 
/* Hatnotes and disambiguation notices */
.hatnote {
font-style: italic;
}
.hatnote i {
font-style: normal;
}
div.hatnote {
/* @noflip */
padding-left: 1.6em;
margin-bottom: 0.5em;
}
div.hatnote + div.hatnote {
margin-top: -0.5em;
}