about summary refs log tree commit diff stats
path: root/central/trunk/theme/table.css
blob: b3603bd08e90935f700ba5475f733d7b22523e68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* InstaDisc Central - A Four Island Project */

table {
 border: 0;
 width: 100%;
}

table, table td {
 border-spacing: 0;
}

table tr {
 background-color: #3CE4ED;
}

table tr.even {
 background-color: #39B7CD;
}

table th {
 background-color: #FF9912;
 text-align: left;
}

table td {
 word-wrap: break-word;
}