MediaWiki:Common.css: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
table.cgtable { border: 0px; } | table.cgtable { border: 0px; border-collapse: collapse; } | ||
thead { border: inherit; } | thead { border: inherit; } | ||
tbody { border: inherit; } | tbody { border: inherit; } | ||
Revision as of 16:05, 5 April 2011
/* CSS placed here will be applied to all skins */
table.cgtable { border: 0px; border-collapse: collapse; }
thead { border: inherit; }
tbody { border: inherit; }
tr { border: 1px solid; }
th { border: 1px solid; }
td { border: 1px solid; }