From fe5d6ef0b727e8d5763efdeeb86dd34aa0918a6d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 25 Feb 2016 23:03:08 +0000 Subject: Better tables --- webgui/data/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/webgui/data/style.css b/webgui/data/style.css index 6ab1704..fd40d92 100644 --- a/webgui/data/style.css +++ b/webgui/data/style.css @@ -24,6 +24,11 @@ h1 { text-align:center; } +table { + border-collapse:collapse; + border-spacing:0; +} + thead td { font-size:1em; font-weight:600; @@ -90,7 +95,7 @@ tfoot tr:first-child td { } tr.focused td { - background-color:#d0d0d0; + background-color:#f0f0f0; } /*----- Tabs -----*/ -- cgit v1.2.3