aboutsummaryrefslogtreecommitdiff
path: root/lib/tables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-05 01:34:14 -0800
committerMark Otto <[email protected]>2012-01-05 01:34:14 -0800
commitfb9401b355366452d310d39f51224999da4daa82 (patch)
treef39799f2247d3993032f381eecf0e7d75784793d /lib/tables.less
parent553030ca7de8dac3c5180629ff84fa14173513ab (diff)
downloadbootstrap-fb9401b355366452d310d39f51224999da4daa82.tar.xz
bootstrap-fb9401b355366452d310d39f51224999da4daa82.zip
tweaks abound, updated prettify styles, new sidenav component started, sprite icons started
Diffstat (limited to 'lib/tables.less')
-rw-r--r--lib/tables.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tables.less b/lib/tables.less
index 164370562..e1c9ed53b 100644
--- a/lib/tables.less
+++ b/lib/tables.less
@@ -52,6 +52,11 @@ td {
td + th {
border-left: 1px solid #ddd;
}
+ // Prevent a double border
+ thead:first-child tr:first-child th,
+ tbody:first-child tr:first-child td {
+ border-top: 0;
+ }
// For first th or td in the first row in the first thead or tbody
thead:first-child tr:first-child th:first-child,
tbody:first-child tr:first-child td:first-child {