Commit 8c303323e292a426cccc1500431dc7098da3228c
1 parent
58c7e6bd
Exists in
master
and in
22 other branches
Fixing layout bug on fans block
(ActionItem356)
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
public/designs/themes/base/style.css
... | ... | @@ -472,7 +472,8 @@ div#notice { |
472 | 472 | #content .enterprises-block ul, |
473 | 473 | #content .members-block ul, |
474 | 474 | #content .communities-block ul, |
475 | -#content .friends-block ul { | |
475 | +#content .friends-block ul, | |
476 | +#content .fans-block ul { | |
476 | 477 | min-width: 196px; |
477 | 478 | width: 192px; |
478 | 479 | margin: 0px 0px 0px -3px; | ... | ... |