From 9c91a5135aafd04664936f5b4018bd9e98033686 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 22 Jul 2015 17:00:42 -0400 Subject: [PATCH] Hide bottom row border in the repo list table --- static/css/directives/ui/repo-list-table.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/directives/ui/repo-list-table.css b/static/css/directives/ui/repo-list-table.css index 25317da2f..bc88f9800 100644 --- a/static/css/directives/ui/repo-list-table.css +++ b/static/css/directives/ui/repo-list-table.css @@ -33,4 +33,8 @@ .repo-list-table .repo-star i { color: #ccc; +} + +.repo-list-table table tr:last-child td { + border: 0px; } \ No newline at end of file