1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00

Dev fix: Fix error with stylesheet whereby the last row didn't have a

border
This commit is contained in:
Allan Jardine 2013-12-20 12:00:47 +00:00
parent af287d50a2
commit 1fffb2f5d1
3 changed files with 3 additions and 7 deletions

View File

@ -1 +1 @@
72a8f1106b4dd9fca8cb7afb2087c4bb0bf65b87
a1645fa296bf6223bd274b0f574cc00f03173f5c

View File

@ -87,9 +87,7 @@ table.dataTable.cell-border tbody tr td:first-child {
border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:last-child th,
table.dataTable.cell-border tbody tr:last-child td {
table.dataTable.cell-border tbody tr:first-child td {
border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {

View File

@ -80,9 +80,7 @@ table.dataTable.cell-border tbody tr td:first-child {
border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:last-child th,
table.dataTable.cell-border tbody tr:last-child td {
table.dataTable.cell-border tbody tr:first-child td {
border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {