aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-08 00:19:01 -0700
committerMark Otto <[email protected]>2011-10-08 00:19:01 -0700
commit0692530efc51efe73a0e40ced2040df9a68fb6f9 (patch)
tree852e402069db6a31bdbc398febeea1ac2b4ab53c /lib
parentaa3a8af2d082423e7cede05874b5a56b642ae1b7 (diff)
downloadbootstrap-0692530efc51efe73a0e40ced2040df9a68fb6f9.tar.xz
bootstrap-0692530efc51efe73a0e40ced2040df9a68fb6f9.zip
add better handling to the tables so that the thead and tbody first row can have rounded corners where applicable
Diffstat (limited to 'lib')
-rw-r--r--lib/tables.less2
1 files changed, 2 insertions, 0 deletions
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);
}