Difference between revisions of "MediaWiki:Common.css"
Line 13: | Line 13: | ||
border-top-style: none; | border-top-style: none; | ||
border-bottom-style: none; | border-bottom-style: none; | ||
+ | } | ||
+ | |||
+ | tr.divider { | ||
+ | border-bottom-style: solid; | ||
} | } |
Revision as of 16:15, 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 td { border-top-style: none; border-bottom-style: none; } tr.divider { border-bottom-style: solid; }