From f10f84db5ffd16b0bc4cbd49be0dff0bb03b2491 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 3 Sep 2014 12:32:49 +0000 Subject: [PATCH 1/1] improve table design for main table --- web/htdocs/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/htdocs/style.css b/web/htdocs/style.css index f028467..adb064a 100644 --- a/web/htdocs/style.css +++ b/web/htdocs/style.css @@ -53,3 +53,9 @@ img { border: 0 } table.targets tr:hover { background-color:silver !important; } +table.targets td, table.targets th { + border: 1px solid #DDD; + padding: 4px !important; +} +table.targets { border-spacing: 0px; } + -- 1.7.10.4