diff options
Diffstat (limited to 'www/js/style.css')
-rw-r--r-- | www/js/style.css | 2 |
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 { |