Commit a46a7f6da4d174c0e5c0c5b95885271a3fc882b3

Authored by Melissa Wen
1 parent e1a27359

repository and wiki blocks look like a unique block

Showing 2 changed files with 8 additions and 2 deletions   Show diff stats
css/community-pages.css
@@ -511,6 +511,12 @@ float: left; @@ -511,6 +511,12 @@ float: left;
511 display: block; 511 display: block;
512 } 512 }
513 513
  514 +/* Repository block and wiki block need to look a unique block */
  515 +.action-profile-index #content .box-2 .block-outer .repository-block,
  516 +.action-profile-index #content .box-3 .block-outer .repository-block{
  517 + margin-bottom: 0px;
  518 +}
  519 +
514 /*Block with Members information - Need to develop solution - Only display on profile page */ 520 /*Block with Members information - Need to develop solution - Only display on profile page */
515 521
516 .profile-type-is-community #content .members-block{ 522 .profile-type-is-community #content .members-block{
css/main-content.css
@@ -4,8 +4,8 @@ @@ -4,8 +4,8 @@
4 margin-top: 50px; 4 margin-top: 50px;
5 } 5 }
6 6
7 -.box-2 .block-outer,  
8 -.box-3 .block-outer{ 7 +#content .box-2 .block-outer .block,
  8 +#content .box-3 .block-outer .block{
9 margin-bottom: 45px; 9 margin-bottom: 45px;
10 clear: both; 10 clear: both;
11 } 11 }