Difference between revisions of "MediaWiki:Common.css"
Line 6: | Line 6: | ||
− | .stars { | + | .stars-norm { |
font-size: 16px; | font-size: 16px; | ||
text-align: center; | text-align: center; | ||
Line 12: | Line 12: | ||
− | . | + | .stars-small { |
font-size: 14px; | font-size: 14px; | ||
text-align: center; | text-align: center; | ||
} | } |
Revision as of 08:07, 20 January 2021
/* CSS placed here will be applied to all skins */ .tocnumber { display: none; } .stars-norm { font-size: 16px; text-align: center; } .stars-small { font-size: 14px; text-align: center; }