Fixed an issue with the borders.

gh-pages
Mark Malek 2012-09-03 07:08:16 -04:00
parent 11f14d365a
commit c08e3f556c
1 changed files with 6 additions and 0 deletions

View File

@ -226,4 +226,10 @@ table {
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
background-color: #f9f9f9;
}
.table-bordered tfoot th,
.table-bordered tfoot td {
border-top: none;
border-bottom: none;
}