Commit 379c6db8ab02723540112506c2c03841ce79278f
Committed by
Álvaro Fernando Matos de Souza
1 parent
bb4b5e6f
Exists in
master_with_pkg_fixes
and in
2 other branches
Never show software tab block on environment, except community homepage
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/noosfero-spb-theme/css/community-pages.css
... | ... | @@ -463,7 +463,7 @@ float: left; |
463 | 463 | |
464 | 464 | /* Software Tab Data - Need to develop solution - Only display on profile page */ |
465 | 465 | |
466 | -.profile-type-is-community #content .software-tab-data-block{ | |
466 | +#content .software-tab-data-block{ | |
467 | 467 | display: none; |
468 | 468 | } |
469 | 469 | ... | ... |