]> git.nbdom.net Git - nb.git/commitdiff
Bed
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 19 Jan 2017 23:15:15 +0000 (23:15 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 19 Jan 2017 23:15:15 +0000 (23:15 +0000)
www/dbq/html/default.css

index f222ff386d98e7e15df91e3c9edcbfbbf248b40c..300ee5900cc6e1df218da3c2c90d5dc6ea031bac 100644 (file)
@@ -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 {