Commit 8231c5f7adce105992873b76e72141e7857f579d

Authored by Victor Costa
1 parent 7fb03e8a

fix people block style

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
style.css
... ... @@ -976,6 +976,12 @@ p {
976 976 /*width: 270px !important;*/
977 977 }
978 978  
  979 +#content .box-1 .people-block ul, #content .box-1 .friends-block ul, #content .box-1 .members-block ul {
  980 + min-width: 196px;
  981 + margin: 0px 0px 0px -3px;
  982 + padding: 0px;
  983 +}
  984 +
979 985 .action-home-index .people-block,
980 986 .action-environment_design-index .people-block {
981 987 /* overflow: hidden;*/
... ...