From 098d329c17c2898e0e2ddb0d9d5ced06acca29f9 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 30 Nov 2016 11:45:01 +0000 Subject: [PATCH] dbq --- www/dbq/html/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/dbq/html/default.css b/www/dbq/html/default.css index 003f2b4b..4066e1a1 100644 --- a/www/dbq/html/default.css +++ b/www/dbq/html/default.css @@ -36,7 +36,6 @@ a, a:visited { table { border-collapse: collapse; } td, th { padding: 0.2em 0.7em; } -th { font-size: 0.8em; } textarea, select, @@ -76,8 +75,9 @@ object, iframe, pre } -table.rows th, table.rows td, table.border th, table.border td { border-bottom: solid 1px #fff; } -table.rows tr:last-child td, table.border tr:last-child td { border-bottom: none; } +table.rows { padding: 0; } +table.rows th, table.rows td { border-bottom: solid 1px #fff; } +table.rows tr:last-child td { border-bottom: none; } .menu, .nav, .rows, .center { -- 2.47.3