Difference between revisions of "MediaWiki:Common.css"
Line 6: | Line 6: | ||
table-layout: fixed; | table-layout: fixed; | ||
width: 100%; | width: 100%; | ||
− | |||
} | } | ||
Line 12: | Line 11: | ||
border: 1px solid black; | border: 1px solid black; | ||
text-align: center; | text-align: center; | ||
+ | word-wrap: break-word; | ||
} | } | ||
Revision as of 17:13, 22 January 2019
/* CSS placed here will be applied to all skins */ table { border-collapse: collapse; padding: 1em 0 1em 0; border: 1px solid black; table-layout: fixed; width: 100%; } table td,table th { border: 1px solid black; text-align: center; word-wrap: break-word; } table.borderless td { border-top-style: none; border-bottom-style: none; } tr.divider { border-top: 1px solid black; }