diff options
| author | Mark Otto <[email protected]> | 2012-01-05 01:34:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-05 01:34:14 -0800 |
| commit | fb9401b355366452d310d39f51224999da4daa82 (patch) | |
| tree | f39799f2247d3993032f381eecf0e7d75784793d /lib/tables.less | |
| parent | 553030ca7de8dac3c5180629ff84fa14173513ab (diff) | |
| download | bootstrap-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.less | 5 |
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 { |
