1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 00:28:34 +02:00

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,
th:last-child {
border-style: none;
border-right-style: none;
}
thead th,
thead td {