From c543671b4fef0d5e390895946f1b0261264eb51e Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Wed, 9 Sep 2015 10:54:39 -0300 Subject: [PATCH] Small fix on repository block margin of community homepage --- css/community-pages.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/community-pages.css b/css/community-pages.css index 142642f..9dd7463 100644 --- a/css/community-pages.css +++ b/css/community-pages.css @@ -514,7 +514,7 @@ float: left; /* Repository block and wiki block need to look a unique block */ .action-profile-index #content .box-2 .block-outer .repository-block, .action-profile-index #content .box-3 .block-outer .repository-block{ - margin-bottom: 0px; + margin-bottom: 20px; } /*Block with Members information - Need to develop solution - Only display on profile page */ -- libgit2 0.21.2