Commit 599e4b945afe2228dee6d8ba8eb8048f4661c7d3
1 parent
8bd0c5f0
Exists in
pkg_fixes
Never show software tab block on environment, except community homepage
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | ... | ... |