2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

fix broken tables with double borders and such, add css tests page to start with table edge cases

This commit is contained in:
Mark Otto
2012-03-23 01:28:04 -07:00
parent 622b8fa3f0
commit de7aee2465
5 changed files with 376 additions and 4 deletions
+6
View File
@@ -1237,6 +1237,12 @@ table {
.table-bordered td {
border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.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 {