| 1 |
/* $Id$ */ |
/* $Id: tables.css,v 1.2 2008/10/30 23:12:07 jmburnz Exp $ */ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* @file tables.css |
* @file tables.css |
| 8 |
/*********************************************************** |
/*********************************************************** |
| 9 |
* Tables |
* Tables |
| 10 |
**********************************************************/ |
**********************************************************/ |
| 11 |
|
|
| 12 |
/* Tables still need 'cellspacing="0"' in the markup. */ |
/* Tables still need 'cellspacing="0"' in the markup. */ |
| 13 |
table {border-collapse: collapse; border-spacing: 0;} |
table {border-collapse: collapse; border-spacing: 0;} |
| 14 |
caption, th, td {text-align: left; font-weight: normal;} |
caption, th, td {text-align: left; font-weight: normal;} |
| 15 |
table, td, th {vertical-align: middle;} |
table, td, th {vertical-align: middle;} |
| 16 |
|
tbody, tfoot, thead, tr {margin: 0; padding: 0;} |
| 17 |
table {margin: 1em 0; padding: 0; width: 100%;} |
table {margin: 1em 0; padding: 0; width: 100%;} |
| 18 |
thead th {font-weight: bold; border-bottom: 0.1875em solid #d3e7f4; color: #494949;} |
thead th {font-weight: bold; border-bottom: 0.1875em solid #d3e7f4; color: #494949;} |
| 19 |
th a:link, |
th a:link, |