Only hide last row in the tbody

This commit is contained in:
Joseph Schorr 2015-07-22 17:01:13 -04:00
parent 9c91a5135a
commit 2fd4a27496

View file

@ -35,6 +35,6 @@
color: #ccc;
}
.repo-list-table table tr:last-child td {
.repo-list-table table tbody tr:last-child td {
border: 0px;
}