From 2e52946fd3e71ef33da7035471a0e1051010df52 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Mar 2012 20:03:55 -0700 Subject: fix lingering tables bug --- less/tables.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less') diff --git a/less/tables.less b/less/tables.less index 22f9a29b9..7111cb806 100644 --- a/less/tables.less +++ b/less/tables.less @@ -79,6 +79,7 @@ table { thead:first-child tr:first-child th, tbody:first-child tr:first-child th, tbody:first-child tr:first-child td { + border-top: 0; } // For first th or td in the first row in the first thead or tbody thead:first-child tr:first-child th:first-child, -- cgit v1.2.3