Fix for table style in Firefox

This commit is contained in:
Hillel Coren 2016-03-15 23:55:49 +02:00
parent e0499ccf67
commit 2aa5ef9911
2 changed files with 4 additions and 2 deletions

View File

@ -2216,7 +2216,8 @@ th:last-child {
}
tr {border: none;}
th {border-left: 1px solid #d26b26; }
thead th {border-left: 1px solid #d26b26;}
tbody td {border-left: 1px solid #FFFFFF;}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
vertical-align: middle;
border-top: none;

View File

@ -89,7 +89,8 @@ th:last-child {
}
tr {border: none;}
th {border-left: 1px solid #d26b26; }
thead th {border-left: 1px solid #d26b26;}
tbody td {border-left: 1px solid #FFFFFF;}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
vertical-align: middle;
border-top: none;