Add bottom border to last cells

This commit is contained in:
Jakub Vrana 2018-01-23 11:11:41 +01:00
parent 0cdd8beab1
commit e30e5dd059

View file

@ -259,7 +259,7 @@ th {
} }
td:last-child, td:last-child,
th:last-child { th:last-child {
border-style: none; border-right-style: none;
} }
thead th, thead th,
thead td { thead td {