about summary refs log tree commit diff stats
path: root/series/trunk/theme/table.css
diff options
context:
space:
mode:
Diffstat (limited to 'series/trunk/theme/table.css')
-rw-r--r--series/trunk/theme/table.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/series/trunk/theme/table.css b/series/trunk/theme/table.css deleted file mode 100644 index b3603bd..0000000 --- a/series/trunk/theme/table.css +++ /dev/null
@@ -1,27 +0,0 @@
1/* InstaDisc Central - A Four Island Project */
2
3table {
4 border: 0;
5 width: 100%;
6}
7
8table, table td {
9 border-spacing: 0;
10}
11
12table tr {
13 background-color: #3CE4ED;
14}
15
16table tr.even {
17 background-color: #39B7CD;
18}
19
20table th {
21 background-color: #FF9912;
22 text-align: left;
23}
24
25table td {
26 word-wrap: break-word;
27}