style: generic table rules like key maps
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 24 Feb 2014 15:10:58 +0000 (16:10 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 24 Feb 2014 15:10:58 +0000 (16:10 +0100)
Overrides in place for other kinds of tables.

base.css

index 453cb5e636e8caad9042b83db1609cc8d57adfa8..c231fe1fb0619827d2b54c7e7e2d3f273e4e1f9f 100644 (file)
--- a/base.css
+++ b/base.css
@@ -185,10 +185,10 @@ dl.legend dt,
 
 /* tables */
 
-table.map {
+table {
        border-collapse: collapse;
 }
-table.map th, table.map td {
+table th, table td {
        border-color: #778;
        border: 1px solid #888;
        background: #DDD;
@@ -492,6 +492,7 @@ table.dimap {
 .keys td.ni {
        border: 0;
        padding: 1px; /* same size as borderlessless keys */
+       background: none;
 }
 
 dl.legend dt.more,