2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +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
@@ -78,6 +78,12 @@ table {
border-left: 1px solid @tableBorder;
}
// Prevent a double border
caption + thead tr:first-child th,
caption + tbody tr:first-child th,
caption + tbody tr:first-child td,
colgroup + thead tr:first-child th,
colgroup + tbody tr:first-child th,
colgroup + tbody tr:first-child td,
thead:first-child tr:first-child th,
tbody:first-child tr:first-child th,
tbody:first-child tr:first-child td {