From a2ebf0c0c1381c38dda24bf12aebd5f9b4907e06 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 10 Jan 2012 21:54:11 -0800 Subject: account for multiple tbody with 2px border between --- lib/tables.less | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/tables.less b/lib/tables.less index 92ac57c39..4c1fb6e07 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -26,6 +26,9 @@ th { td { vertical-align: top; } +tbody + tbody { + border-top: 2px solid #ddd; +} // CONDENSED TABLE W/ HALF PADDING -- cgit v1.2.3