From 5feb07cb1aab8fe86a72d3a6cbd7480c470e4fd5 Mon Sep 17 00:00:00 2001
From: Joseph Schorr <josephschorr@users.noreply.github.com>
Date: Wed, 22 Jul 2015 16:47:34 -0400
Subject: [PATCH] Adjust margin on the orgs list in the repos list

---
 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 49679b308..758861533 100644
--- a/static/css/pages/repo-list.css
+++ b/static/css/pages/repo-list.css
@@ -14,7 +14,7 @@
 }
 
 .repo-list .namespaces-list {
-  margin: 20px;
+  margin: 4px;
   padding: 0px;
   margin-bottom: 0px;
 }