aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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);
}