diff --git a/css/community-pages.css b/css/community-pages.css index ca60b57..c39de31 100644 --- a/css/community-pages.css +++ b/css/community-pages.css @@ -446,8 +446,7 @@ float: left; /*** Right bar ***/ .template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block, -.template-lefttopright.profile-type-is-community .action-profile-index #content .box-3 .link-list-block, -.template-leftbar.profile-type-is-community .action-profile-index #content .box-3 .link-list-block{ +.template-lefttopright.profile-type-is-community .action-profile-index #content .box-2 .link-list-block display: none; } @@ -501,17 +500,14 @@ float: left; /* Wiki block - Need to develop solution - Only display on profile page */ .template-default #content .box-3 .wiki-block, -.template-lefttopright #content .box-2 .wiki-block, -.template-leftbar #content .box-3 .wiki-block{ +.template-lefttopright #content .box-2 .wiki-block{ display: none; } .template-default .action-profile-index #content .box-3 .wiki-block, .template-lefttopright .action-profile-index #content .box-2 .wiki-block, -.template-leftbar .action-profile-index #content .box-3 .wiki-block, .template-default .action-profile_design-index #content .box-3 .wiki-block, -.template-lefttopright .action-profile_design-index #content .box-2 .wiki-block, -.template-leftbar .action-profile_design-index #content .box-3 .wiki-block{ +.template-lefttopright .action-profile_design-index #content .box-2 .wiki-block{ display: block; } -- libgit2 0.21.2