Difference between revisions of "MediaWiki:Common.css"
Line 11: | Line 11: | ||
table tr { | table tr { | ||
+ | border-style: solid; | ||
+ | } | ||
+ | |||
+ | table td { | ||
border-style: none; | border-style: none; | ||
} | } |
Revision as of 16:05, 18 January 2019
/* CSS placed here will be applied to all skins */ table { border-collapse: collapse; padding: 1em 0 1em 0; } table td,table th { border: 1px solid black; text-align: center; } table tr { border-style: solid; } table td { border-style: none; }