aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tables.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/tables.less b/lib/tables.less
index 4c1fb6e07..8b69f5d7f 100644
--- a/lib/tables.less
+++ b/lib/tables.less
@@ -26,6 +26,14 @@ th {
td {
vertical-align: top;
}
+
+// Remove top border from thead by default
+thead:first-child tr th,
+thead:first-child tr td {
+ border-top: 0;
+}
+
+// Account for multiple tbody instances
tbody + tbody {
border-top: 2px solid #ddd;
}