aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-10 21:54:11 -0800
committerMark Otto <[email protected]>2012-01-10 21:54:11 -0800
commita2ebf0c0c1381c38dda24bf12aebd5f9b4907e06 (patch)
treed4ba01b717863bd14bb9c55387ca8de1bbfbf3b9 /lib
parentf2fdbd91134da9af252bbbfa0601dd8e3c1e3cba (diff)
downloadbootstrap-a2ebf0c0c1381c38dda24bf12aebd5f9b4907e06.tar.xz
bootstrap-a2ebf0c0c1381c38dda24bf12aebd5f9b4907e06.zip
account for multiple tbody with 2px border between
Diffstat (limited to 'lib')
-rw-r--r--lib/tables.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tables.less b/lib/tables.less
index 92ac57c39..4c1fb6e07 100644
--- a/lib/tables.less
+++ b/lib/tables.less
@@ -26,6 +26,9 @@ th {
td {
vertical-align: top;
}
+tbody + tbody {
+ border-top: 2px solid #ddd;
+}
// CONDENSED TABLE W/ HALF PADDING