From 8ee54859dde1136675f9c3cc2226984418094c0c Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 27 Jan 2015 02:10:54 +0100 Subject: [PATCH] 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]. --- base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.0