From: Mischa POSLAWSKY Date: Tue, 27 Jan 2015 01:10:54 +0000 (+0100) Subject: style: less specific table cell setup to fix overrides X-Git-Tag: v1.6~57 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/8ee54859dde1136675f9c3cc2226984418094c0c?ds=sidebyside style: less specific table cell setup to fix overrides Specifically th cells did not lose borders, broken in commit v1.5-31-gaca0a11294 (2014-02-24) [style: generic table rules like key maps]. --- diff --git a/base.css b/base.css index 185fdac..c53f11e 100644 --- a/base.css +++ b/base.css @@ -193,7 +193,7 @@ dl.legend dt, table { border-collapse: collapse; } -table th, table td { +th, td { border-color: #778; border: 1px solid #888; background: #DDD;