MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
mNo edit summary
No edit summary
Line 10: Line 10:
}
}


p>span.small-link {
p:has(>span.small-link) {
margin-top:0;
margin-top:0;
}
}

Revision as of 07:55, 17 January 2024

/* CSS placed here will be applied to all skins */

/* General */
.small {
font-size:.8em;
vertical-align:text-bottom;
}
.italic {
font-style:italic;
}

p:has(>span.small-link) {
margin-top:0;
}
span.small-link {
font-size:.8em;
font-weight:bold;
}
hr.small-link {
margin:-.8em 0 -.7em 0;
}