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 /bootstrap.css | |
| 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 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index 1fc0e9edd..dd0c028b8 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sat Jan 14 16:44:52 PST 2012 + * Date: Sat Jan 14 16:50:17 PST 2012 */ html, body { margin: 0; @@ -1017,7 +1017,7 @@ tbody + tbody { .bordered-table td + th { border-left: 1px solid #ddd; } -.bordered-table thead:first-child tr:first-child th, .bordered-table tbody:first-child tr:first-child td { +.bordered-table thead:first-child tr:first-child th, .bordered-table tbody:first-child tr:first-child th, .bordered-table tbody:first-child tr:first-child td { border-top: 0; } .bordered-table thead:first-child tr:first-child th:first-child, .bordered-table tbody:first-child tr:first-child td:first-child { |
