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 */ | ||
/* C.G. 5.4.2011: cgtable - einfacher, dünner Rand allüberall (wie von Toni gewünscht) */ | |||
table.cgtable { border: 0px; border-collapse: collapse; } | table.cgtable { border: 0px; border-collapse: collapse; } | ||
table.cgtable tr { border: 1px solid; } | table.cgtable tr { border: 1px solid; } | ||
table.cgtable th { border: 1px solid; } | table.cgtable th { border: 1px solid; } | ||
table.cgtable td { border: 1px solid; } | table.cgtable td { border: 1px solid; } |
Revision as of 16:09, 5 April 2011
/* CSS placed here will be applied to all skins */ /* C.G. 5.4.2011: cgtable - einfacher, dünner Rand allüberall (wie von Toni gewünscht) */ table.cgtable { border: 0px; border-collapse: collapse; } table.cgtable tr { border: 1px solid; } table.cgtable th { border: 1px solid; } table.cgtable td { border: 1px solid; }