From: Wolfram Schneider Date: Wed, 3 Sep 2014 12:32:49 +0000 (+0000) Subject: improve table design for main table X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=f10f84db5ffd16b0bc4cbd49be0dff0bb03b2491;ds=sidebyside improve table design for main table --- 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; } +