1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-29 06:49:06 +02:00

resolve problem with nested tables having double borders

This commit is contained in:
Mark Otto
2011-10-07 23:53:32 -07:00
parent d74dee5e0f
commit 9991f3faa1
5 changed files with 59 additions and 5 deletions

View File

@@ -34,9 +34,12 @@ table {
td + td {
border-left: 1px solid #ddd;
}
tr + tr td {
tr td {
border-top: 1px solid #ddd;
}
tr:first-child td {
border-top: 0;
}
tbody tr:first-child td:first-child {
.border-radius(4px 0 0 0);
}