Hide bottom row border in the repo list table
This commit is contained in:
parent
ede9936722
commit
9c91a5135a
1 changed files with 4 additions and 0 deletions
|
@ -34,3 +34,7 @@
|
||||||
.repo-list-table .repo-star i {
|
.repo-list-table .repo-star i {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.repo-list-table table tr:last-child td {
|
||||||
|
border: 0px;
|
||||||
|
}
|
Reference in a new issue