Difference between revisions of "MediaWiki:Common.css"
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | .tocnumber { display: none; } | + | |
+ | .tocnumber { | ||
+ | display: none; | ||
+ | } | ||
Line 6: | Line 9: | ||
font-size: 11px; | font-size: 11px; | ||
} | } | ||
+ | |||
.disc_attr ( | .disc_attr ( | ||
font-size: 8px; | font-size: 8px; | ||
} | } |
Revision as of 00:08, 20 January 2021
/* CSS placed here will be applied to all skins */ .tocnumber { display: none; } .stars { font-size: 11px; } .disc_attr ( font-size: 8px; }