about summary refs log tree commit diff stats
path: root/central/trunk/theme/table.css
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-26 20:47:07 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-26 20:47:07 +0000
commitd633dae00fc9ce954c958e2714e4a43c40b85648 (patch)
tree5f105b545864768c2a0544ebe66492e42c15a523 /central/trunk/theme/table.css
parent681a40af319373510f30793d3b892bd9700213fb (diff)
downloadinstadisc-d633dae00fc9ce954c958e2714e4a43c40b85648.tar.gz
instadisc-d633dae00fc9ce954c958e2714e4a43c40b85648.tar.bz2
instadisc-d633dae00fc9ce954c958e2714e4a43c40b85648.zip
Central: Create Subscription Management page
Refs #25
Diffstat (limited to 'central/trunk/theme/table.css')
-rw-r--r--central/trunk/theme/table.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/central/trunk/theme/table.css b/central/trunk/theme/table.css new file mode 100644 index 0000000..b3603bd --- /dev/null +++ b/central/trunk/theme/table.css
@@ -0,0 +1,27 @@
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}