diff options
| author | Mark Otto <[email protected]> | 2012-01-14 16:50:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-14 16:50:36 -0800 |
| commit | 55ea574f8a56534b1313b5f2d85e7ee22565ea27 (patch) | |
| tree | ce18a11c392d4771b0713ab21e2208efae136b48 /lib | |
| parent | 028726a9a3e2acd56195dacd903680db5d934b8e (diff) | |
| download | bootstrap-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')
| -rw-r--r-- | lib/tables.less | 1 |
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; } |
