From d23965f79bda4897d77f4904dac627dad0001f95 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 22 Jul 2015 16:56:18 -0400 Subject: [PATCH] Adjust margin on new org link to match --- static/css/pages/repo-list.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/pages/repo-list.css b/static/css/pages/repo-list.css index 758861533..ad27c908d 100644 --- a/static/css/pages/repo-list.css +++ b/static/css/pages/repo-list.css @@ -31,7 +31,7 @@ } .repo-list .new-org { - margin-top: 20px !important; + margin-top: 10px !important; padding-top: 14px; border-top: 1px solid #eee; }