improve table design for main table
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 3 Sep 2014 12:32:49 +0000 (12:32 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 3 Sep 2014 12:32:49 +0000 (12:32 +0000)
web/htdocs/style.css

index f028467..adb064a 100644 (file)
@@ -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; }
+