Commit bb4b5e6f4ac26d8b28a659347843876ee07380d7
Committed by
Álvaro Fernando Matos de Souza
1 parent
81c266de
Exists in
master_with_pkg_fixes
and in
2 other branches
Minor fix on css
Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/noosfero-spb-theme/css/community-pages.css
... | ... | @@ -475,7 +475,7 @@ float: left; |
475 | 475 | /*** Right bar ***/ |
476 | 476 | |
477 | 477 | .template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block, |
478 | -.template-lefttopright.profile-type-is-community .action-profile-index #content .box-2 .link-list-block | |
478 | +.template-lefttopright.profile-type-is-community .action-profile-index #content .box-2 .link-list-block{ | |
479 | 479 | display: none; |
480 | 480 | } |
481 | 481 | ... | ... |