]> git.joonet.de Git - adminer.git/commitdiff
Add bottom border to last cells
authorJakub Vrana <jakub@vrana.cz>
Tue, 23 Jan 2018 10:11:41 +0000 (11:11 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 23 Jan 2018 10:11:41 +0000 (11:11 +0100)
designs/lucas-sandery/adminer.css

index 198d3e583d6e51a56dcef075b49bb472ee3de16a..a5816cb827bca293d751158c95dacc39ba957bf2 100644 (file)
@@ -259,7 +259,7 @@ th {
 }
 td:last-child,
 th:last-child {
-       border-style: none;
+       border-right-style: none;
 }
 thead th,
 thead td {