No edit summary |
mNo edit summary |
||
Line 10: | Line 10: | ||
} | } | ||
p>span.small-link { | |||
margin-top:0; | |||
} | |||
span.small-link { | span.small-link { | ||
font-size:.8em; | font-size:.8em; | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
hr.small-link { | hr.small-link { | ||
margin:-.8em 0 -.7em 0; | margin:-.8em 0 -.7em 0; | ||
} | } |
Revision as of 07:52, 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>span.small-link { margin-top:0; } span.small-link { font-size:.8em; font-weight:bold; } hr.small-link { margin:-.8em 0 -.7em 0; }