From 0692530efc51efe73a0e40ced2040df9a68fb6f9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Oct 2011 00:19:01 -0700 Subject: add better handling to the tables so that the thead and tbody first row can have rounded corners where applicable --- lib/tables.less | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/tables.less b/lib/tables.less index 158f06d93..085eef49a 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -55,9 +55,11 @@ table { tr:first-child td { border-top: 0; } + thead tr:first-child th:first-child, tbody tr:first-child td:first-child { .border-radius(4px 0 0 0); } + thead tr:first-child th:last-child, tbody tr:first-child td:last-child { .border-radius(0 4px 0 0); } -- cgit v1.2.3