Commit c543671b4fef0d5e390895946f1b0261264eb51e
1 parent
a46a7f6d
Exists in
master
and in
9 other branches
Small fix on repository block margin of community homepage
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
css/community-pages.css
... | ... | @@ -514,7 +514,7 @@ float: left; |
514 | 514 | /* Repository block and wiki block need to look a unique block */ |
515 | 515 | .action-profile-index #content .box-2 .block-outer .repository-block, |
516 | 516 | .action-profile-index #content .box-3 .block-outer .repository-block{ |
517 | - margin-bottom: 0px; | |
517 | + margin-bottom: 20px; | |
518 | 518 | } |
519 | 519 | |
520 | 520 | /*Block with Members information - Need to develop solution - Only display on profile page */ | ... | ... |