]> git.nbdom.net Git - nb.git/commitdiff
dbq
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 30 Nov 2016 11:45:01 +0000 (11:45 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 30 Nov 2016 11:45:01 +0000 (11:45 +0000)
www/dbq/html/default.css

index 003f2b4bc8a94dabb21f9a82362eb2598eee5c4a..4066e1a1593fbf5d5dd7886863cee78dff43f359 100644 (file)
@@ -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 {