From 2fd4a27496dece2eb7cb477148bb4f482892a7b8 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 22 Jul 2015 17:01:13 -0400 Subject: [PATCH] Only hide last row in the tbody --- static/css/directives/ui/repo-list-table.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/directives/ui/repo-list-table.css b/static/css/directives/ui/repo-list-table.css index bc88f9800..fb2c3ad47 100644 --- a/static/css/directives/ui/repo-list-table.css +++ b/static/css/directives/ui/repo-list-table.css @@ -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; } \ No newline at end of file