aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-11 09:43:13 -0800
committerMark Otto <[email protected]>2012-01-11 09:43:13 -0800
commit32c628725924ca014df208fa57de4c5a4050733e (patch)
tree81bd804c312ab42d28310f74ffae1a00e5c547a3 /lib
parenta2ebf0c0c1381c38dda24bf12aebd5f9b4907e06 (diff)
downloadbootstrap-32c628725924ca014df208fa57de4c5a4050733e.tar.xz
bootstrap-32c628725924ca014df208fa57de4c5a4050733e.zip
comments and borders for multiple tbody
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;
}