MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 13: Line 13:
font-size:.8em;
font-size:.8em;
font-weight:bold;
font-weight:bold;
margin-top:0;
}
}
hr.small-link {
hr.small-link {
margin:-.8em 0 -.7em 0;
margin:-.8em 0 -.7em 0;
}
}

Revision as of 07:51, 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;
}

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