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
|
@ -33,4 +33,8 @@
|
|||
|
||||
.repo-list-table .repo-star i {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.repo-list-table table tr:last-child td {
|
||||
border: 0px;
|
||||
}
|
Reference in a new issue