From 65efbff2f230a51c09e1269f971d22f016a900c1 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Sat, 5 Sep 2015 23:42:44 -0300 Subject: [PATCH] Hide right bar link list on community homepage --- css/community-pages.css | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/css/community-pages.css b/css/community-pages.css index 56009d6..5060b06 100644 --- a/css/community-pages.css +++ b/css/community-pages.css @@ -425,6 +425,10 @@ /*** Right bar ***/ +.template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block{ + display: none; +} + /********Bloco de informacao da comunidade********/ .profile-type-is-community .community-block{ display: none; -- libgit2 0.21.2