Skip to content

Commit

Permalink
fix lingering tables bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Mar 12, 2012
1 parent 4109c62 commit 2e52946
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file modified docs/assets/bootstrap.zip
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/assets/css/bootstrap.css
Expand Up @@ -1200,6 +1200,11 @@ 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;
}
.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;
Expand Down
1 change: 1 addition & 0 deletions less/tables.less
Expand Up @@ -79,6 +79,7 @@ table {
thead:first-child tr:first-child th,
tbody:first-child tr:first-child th,
tbody:first-child tr:first-child td {
border-top: 0;
}
// For first th or td in the first row in the first thead or tbody
thead:first-child tr:first-child th:first-child,
Expand Down

0 comments on commit 2e52946

Please sign in to comment.