From 95fe26450b5c38b40c3c80429741c4ed7ce29189 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 19 Jan 2017 23:15:15 +0000 Subject: [PATCH] Bed --- www/dbq/html/default.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/www/dbq/html/default.css b/www/dbq/html/default.css index f222ff38..300ee590 100644 --- a/www/dbq/html/default.css +++ b/www/dbq/html/default.css @@ -130,10 +130,6 @@ ul.row li, div.row div, table.rows th, table.rows td { ul.row li, div.row div, table.rows tr:last-child td { border-bottom: none; } -table.rows tr > * { - border-right: solid 1px #FEFEFE; -} - table.rows td { padding: 0.3em 0.3em; } @@ -149,6 +145,7 @@ table.rows.fixed td white-space: nowrap; text-overflow: ellipsis; overflow: hidden; + border-right: solid 1px #FEFEFE; } table.rows th { -- 2.47.3