Skip to content

Commit

Permalink
Fix - integration: Border width on footer cells was incorrect when us…
Browse files Browse the repository at this point in the history
…ing `table-bordered` in Bootstrap

Fixes DataTables/DataTables #505
  • Loading branch information
Allan Jardine committed Apr 3, 2015
1 parent 91f1cb7 commit 838d8df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration/bootstrap/3/dataTables.bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ table.table-bordered tbody td {
border-left-width: 0;
border-bottom-width: 0;
}
table.table-bordered tfoot th,
table.table-bordered tfoot td {
border-left-width: 0;
border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
border-right-width: 0;
Expand Down

0 comments on commit 838d8df

Please sign in to comment.