diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-23 07:02:21 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-23 07:02:21 +0100 |
commit | 687fa800942156d7020042d044e08b83ca7899f9 (patch) | |
tree | 7e7def52d07e08da8e5bdaa4001b5cf3c472d8b0 /view/theme/diabook/profile_vcard.tpl | |
parent | 42d231f8bfc55c3bce66bee7902fe4ec2a5e5041 (diff) | |
download | volse-hubzilla-687fa800942156d7020042d044e08b83ca7899f9.tar.gz volse-hubzilla-687fa800942156d7020042d044e08b83ca7899f9.tar.bz2 volse-hubzilla-687fa800942156d7020042d044e08b83ca7899f9.zip |
fix 1024resolution
Diffstat (limited to 'view/theme/diabook/profile_vcard.tpl')
-rw-r--r-- | view/theme/diabook/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/profile_vcard.tpl b/view/theme/diabook/profile_vcard.tpl index 3a545f9ba..918cfc97c 100644 --- a/view/theme/diabook/profile_vcard.tpl +++ b/view/theme/diabook/profile_vcard.tpl @@ -22,7 +22,7 @@ {{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }} - <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo?rev=$profile.picdate" alt="$profile.name" /></div> + <div id="profile-photo-wrapper"><img class="photo" width="155" height="155" src="$profile.photo?rev=$profile.picdate" alt="$profile.name" /></div> |