| 1 |
/* $Id: tables.css,v 1.2 2008/10/30 23:12:07 jmburnz Exp $ */ |
/* $Id: tables.css,v 1.3 2008/11/01 00:44:10 jmburnz Exp $ */ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* @file tables.css |
* @file tables.css |
| 8 |
/*********************************************************** |
/*********************************************************** |
| 9 |
* Tables |
* Tables |
| 10 |
**********************************************************/ |
**********************************************************/ |
|
|
|
| 11 |
/* Tables still need 'cellspacing="0"' in the markup. */ |
/* Tables still need 'cellspacing="0"' in the markup. */ |
| 12 |
table {border-collapse: collapse; border-spacing: 0;} |
table {border-collapse: collapse; border-spacing: 0;} |
| 13 |
caption, th, td {text-align: left; font-weight: normal;} |
caption, th, td {text-align: left; font-weight: normal;} |