summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-10-07 14:35:30 +0200
committerMika Havela <mika.havela@gmail.com>2009-10-07 14:35:30 +0200
commitd2dfd0edcfb887a17666c398f8a34d0529fdd86c (patch)
treed4be9560bb8c46c247213b0c726b849da8e6b660 /www
parentdc6318ad77ff0d137454e648ecfcb8a169789b74 (diff)
downloadacf-core-d2dfd0edcfb887a17666c398f8a34d0529fdd86c.tar.bz2
acf-core-d2dfd0edcfb887a17666c398f8a34d0529fdd86c.tar.xz
Removing background color from table content. Various skins might want different bgcolor on tables, we should let them choose.
Diffstat (limited to 'www')
-rw-r--r--www/js/style.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/js/style.css b/www/js/style.css
index 15468dc..6c11fc3 100644
--- a/www/js/style.css
+++ b/www/js/style.css
@@ -1,7 +1,6 @@
/* tables */
table.tablesorter {
font-family:arial;
- background-color: #CDCDCD;
margin:10px 0pt 15px;
font-size: 8pt;
width: 100%;
@@ -21,7 +20,6 @@ table.tablesorter thead tr .header {
}
table.tablesorter tbody td {
padding: 4px;
- background-color: #FFF;
vertical-align: top;
}
table.tablesorter tbody tr.odd td {