Commit 9184ae9a83e5656d6435e3000a01d1c7d51541d9
1 parent
5199c543
Exists in
master
and in
9 other branches
comment removal of the element "Software Tab Data- display:none"
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
css/community-pages.css
... | ... | @@ -431,9 +431,9 @@ |
431 | 431 | |
432 | 432 | /* Software Tab Data - Need to develop solution - Only display on profile page */ |
433 | 433 | |
434 | -/*.profile-type-is-community #content .software-tab-data-block{ | |
435 | - display: none; DEVOLVER COMENTARIO NO FINAL | |
436 | -}*/ | |
434 | +.profile-type-is-community #content .software-tab-data-block{ | |
435 | + display: none; | |
436 | +} | |
437 | 437 | |
438 | 438 | .profile-type-is-community .action-profile-index #content .software-tab-data-block{ |
439 | 439 | display: block; | ... | ... |