Difference between revisions of "MediaWiki:Common.css"
Line 9: | Line 9: | ||
} | } | ||
− | table | + | table th { |
padding: 0 0.5em 0 0.5em; | padding: 0 0.5em 0 0.5em; | ||
} | } |
Revision as of 02:30, 26 November 2018
/* CSS placed here will be applied to all skins */ table td,th { border: 1px solid black; text-align: center; } table td { padding: 0 0 0 0; } table th { padding: 0 0.5em 0 0.5em; }