Commit 65efbff2f230a51c09e1269f971d22f016a900c1

Authored by Melissa Wen
1 parent 08cc5d35

Hide right bar link list on community homepage

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
css/community-pages.css
... ... @@ -425,6 +425,10 @@
425 425  
426 426 /*** Right bar ***/
427 427  
  428 +.template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block{
  429 + display: none;
  430 +}
  431 +
428 432 /********Bloco de informacao da comunidade********/
429 433 .profile-type-is-community .community-block{
430 434 display: none;
... ...