From 55ea574f8a56534b1313b5f2d85e7ee22565ea27 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Jan 2012 16:50:36 -0800 Subject: update preventing double border line for bordered tables by account for th elements in tr elements --- lib/tables.less | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/tables.less b/lib/tables.less index 8b69f5d7f..1d044ec7c 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -65,6 +65,7 @@ tbody + tbody { } // Prevent a double border thead:first-child tr:first-child th, + tbody:first-child tr:first-child th, tbody:first-child tr:first-child td { border-top: 0; } -- cgit v1.2.3