From e1a273599b909b5756578ece26784ef4cc680336 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Wed, 9 Sep 2015 10:27:36 -0300 Subject: [PATCH] Fix hide link list on community homepage and remove rules relative to right bar in leftbar layout (doesnt make sense) --- css/community-pages.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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