From d1a85d0091dac51bdef010e8681597b555156d86 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 24 Feb 2014 16:10:58 +0100 Subject: [PATCH] style: generic table rules like key maps Overrides in place for other kinds of tables. --- base.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base.css b/base.css index 453cb5e..c231fe1 100644 --- 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, -- 2.30.0