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: | table.cgtable { border: 0px; } | ||
thead { border: inherit; } | thead { border: inherit; } | ||
tbody { border: inherit; } | tbody { border: inherit; } | ||
tr { border: | tr { border: 1px solid; } | ||
th { border: | th { border: 1px solid; } | ||
td { border: | td { border: 1px solid; } |
Revision as of 16:04, 5 April 2011
/* CSS placed here will be applied to all skins */ table.cgtable { border: 0px; } thead { border: inherit; } tbody { border: inherit; } tr { border: 1px solid; } th { border: 1px solid; } td { border: 1px solid; }