From: Nicolas Boisselier Date: Wed, 30 Nov 2016 11:45:01 +0000 (+0000) Subject: dbq X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=098d329c17c2898e0e2ddb0d9d5ced06acca29f9;p=nb.git dbq --- 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 {