Skip to content

Commit

Permalink
92px for images in contact box
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Feb 5, 2012
1 parent 17f21e1 commit 4834c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/helpers/person.py
Expand Up @@ -44,7 +44,7 @@ def contact_box(row,

ret = DIV(_class="%s contact-item %s" % (css.get("main", ""), current.getclass(2)),
_id="item_%s" % uid)
ret.append(IMG(_style="margin:0 10px 0;max-height:92px;max-width:92px;", _class="%s alpha thumbnail" % css.get("img", ""), _src=current.get_image(None, 'user', themename=themename, user=user_record)))
ret.append(IMG(_style="margin:0 10px 0;height:92px;width:92px;max-height:92px;max-width:92px;", _class="%s alpha thumbnail" % css.get("img", ""), _src=current.get_image(None, 'user', themename=themename, user=user_record)))
infodiv = DIV(_class="%s omega" % css.get("div", ""))
infodiv.append(TAG.STRONG(name))
if follows_you:
Expand Down

0 comments on commit 4834c8e

Please sign in to comment.