Hide bottom row border in the repo list table

This commit is contained in:
Joseph Schorr 2015-07-22 17:00:42 -04:00
parent ede9936722
commit 9c91a5135a

View file

@ -33,4 +33,8 @@
.repo-list-table .repo-star i {
color: #ccc;
}
.repo-list-table table tr:last-child td {
border: 0px;
}