From d2dfd0edcfb887a17666c398f8a34d0529fdd86c Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 7 Oct 2009 14:35:30 +0200 Subject: Removing background color from table content. Various skins might want different bgcolor on tables, we should let them choose. --- www/js/style.css | 2 -- 1 file changed, 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 { -- cgit v1.2.3