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