Commit a46a7f6da4d174c0e5c0c5b95885271a3fc882b3
1 parent
e1a27359
Exists in
master
and in
79 other branches
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 | 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 | 520 | /*Block with Members information - Need to develop solution - Only display on profile page */ |
515 | 521 | |
516 | 522 | .profile-type-is-community #content .members-block{ | ... | ... |