2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

fix table border bug with double borders on theads and use of colgroup

This commit is contained in:
Mark Otto
2012-03-11 18:18:18 -07:00
parent 7154e378b2
commit 4109c62cf7
5 changed files with 16 additions and 12 deletions
+4 -8
View File
@@ -1174,8 +1174,10 @@ table {
.table thead th {
vertical-align: bottom;
}
.table thead:first-child tr th,
.table thead:first-child tr td {
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
border-top: 0;
}
.table tbody + tbody {
@@ -1198,12 +1200,6 @@ table {
.table-bordered td {
border-left: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
border-top: 0;
border-bottom: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
-webkit-border-radius: 4px 0 0 0;