aboutsummaryrefslogtreecommitdiff
path: root/lib/tables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-14 16:50:36 -0800
committerMark Otto <[email protected]>2012-01-14 16:50:36 -0800
commit55ea574f8a56534b1313b5f2d85e7ee22565ea27 (patch)
treece18a11c392d4771b0713ab21e2208efae136b48 /lib/tables.less
parent028726a9a3e2acd56195dacd903680db5d934b8e (diff)
downloadbootstrap-55ea574f8a56534b1313b5f2d85e7ee22565ea27.tar.xz
bootstrap-55ea574f8a56534b1313b5f2d85e7ee22565ea27.zip
update preventing double border line for bordered tables by account for th elements in tr elements
Diffstat (limited to 'lib/tables.less')
-rw-r--r--lib/tables.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tables.less b/lib/tables.less
index 8b69f5d7f..1d044ec7c 100644
--- a/lib/tables.less
+++ b/lib/tables.less
@@ -65,6 +65,7 @@ tbody + tbody {
}
// Prevent a double border
thead:first-child tr:first-child th,
+ tbody:first-child tr:first-child th,
tbody:first-child tr:first-child td {
border-top: 0;
}