Commit 5a40d9675466db9ecec427582c4a4dc183b088ba

Authored by Melissa Wen
1 parent 1b54a339

Hide link-list blocks in profile page (community homepage)

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
css/community-pages.css
@@ -445,7 +445,9 @@ float: left; @@ -445,7 +445,9 @@ float: left;
445 445
446 /*** Right bar ***/ 446 /*** Right bar ***/
447 447
448 -.template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block{ 448 +.template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block,
  449 +.template-lefttopright.profile-type-is-community .action-profile-index #content .box-3 .link-list-block,
  450 +.template-leftbar.profile-type-is-community .action-profile-index #content .box-3 .link-list-block{
449 display: none; 451 display: none;
450 } 452 }
451 453