Active
Project:
Drupal for Facebook
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2011 at 21:45 UTC
Updated:
24 Mar 2011 at 21:45 UTC
Small nitpick, Facebook user pictures sometimes look out of place and don't share the style of normal user pictures.
The facebook user's picture is wrapped in a <div class="picture"> on line 74 in fb.theme.inc
Chaning it to <div class="user-picture"> gets it to apply the the same styles of other user pictures.