From: Mischa POSLAWSKY Date: Mon, 24 Feb 2014 15:10:58 +0000 (+0100) Subject: style: generic table rules like key maps X-Git-Tag: v1.6~78 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/d1a85d0091dac51bdef010e8681597b555156d86?ds=inline style: generic table rules like key maps Overrides in place for other kinds of tables. --- 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,