From 3730494b42bc1ae0b68dc3da5dfdc2f242b71494 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Sun, 1 Jun 2014 12:19:12 +0200 Subject: [PATCH] Fixed invalid CSS --- todo/static/todo/css/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/todo/static/todo/css/styles.css b/todo/static/todo/css/styles.css index 27d80eb..3d354b4 100644 --- a/todo/static/todo/css/styles.css +++ b/todo/static/todo/css/styles.css @@ -31,7 +31,6 @@ a.showlink { color:#474747; } - label { display: block; font-weight: bold; @@ -72,7 +71,7 @@ hr { } table.nocolor, table.nocolor tr, table.nocolor td { - background-color: ; + background-color: transparent; } table#tasktable td, table#tasktable th {