From 5a40d9675466db9ecec427582c4a4dc183b088ba Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Tue, 8 Sep 2015 19:37:49 -0300 Subject: [PATCH] Hide link-list blocks in profile page (community homepage) --- css/community-pages.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/community-pages.css b/css/community-pages.css index 5708c64..ca60b57 100644 --- a/css/community-pages.css +++ b/css/community-pages.css @@ -445,7 +445,9 @@ float: left; /*** Right bar ***/ -.template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block{ +.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{ display: none; } -- libgit2 0.21.2