Commit 5a40d9675466db9ecec427582c4a4dc183b088ba
1 parent
1b54a339
Exists in
master
and in
9 other branches
Hide link-list blocks in profile page (community homepage)
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
css/community-pages.css
... | ... | @@ -445,7 +445,9 @@ float: left; |
445 | 445 | |
446 | 446 | /*** Right bar ***/ |
447 | 447 | |
448 | -.template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block{ | |
448 | +.template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block, | |
449 | +.template-lefttopright.profile-type-is-community .action-profile-index #content .box-3 .link-list-block, | |
450 | +.template-leftbar.profile-type-is-community .action-profile-index #content .box-3 .link-list-block{ | |
449 | 451 | display: none; |
450 | 452 | } |
451 | 453 | ... | ... |