From a46a7f6da4d174c0e5c0c5b95885271a3fc882b3 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Wed, 9 Sep 2015 10:51:09 -0300 Subject: [PATCH] repository and wiki blocks look like a unique block --- css/community-pages.css | 6 ++++++ css/main-content.css | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/css/community-pages.css b/css/community-pages.css index c39de31..142642f 100644 --- a/css/community-pages.css +++ b/css/community-pages.css @@ -511,6 +511,12 @@ float: left; display: block; } +/* 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; +} + /*Block with Members information - Need to develop solution - Only display on profile page */ .profile-type-is-community #content .members-block{ diff --git a/css/main-content.css b/css/main-content.css index e67c890..051d9d3 100644 --- a/css/main-content.css +++ b/css/main-content.css @@ -4,8 +4,8 @@ margin-top: 50px; } -.box-2 .block-outer, -.box-3 .block-outer{ +#content .box-2 .block-outer .block, +#content .box-3 .block-outer .block{ margin-bottom: 45px; clear: both; } -- libgit2 0.21.2