MediaWiki:Common.css: Difference between revisions

From STX Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
thead { border: inherit; }
thead { border: inherit; }
tbody { border: inherit; }
tbody { border: inherit; }
tr.cgtable { border: 1px solid; }
table.cgtable tr { border: 1px solid; }
th.cgtable { border: 1px solid; }
table.cgtable th { border: 1px solid; }
td.cgtable { border: 1px solid; }
table.cgtable td { border: 1px solid; }

Revision as of 17:08, 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; }
table.cgtable tr { border: 1px solid; }
table.cgtable th { border: 1px solid; }
table.cgtable td { border: 1px solid; }

Navigation menu

Personal tools