diff options
author | zottel <github@zottel.net> | 2012-03-23 08:39:00 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-03-23 08:39:00 +0100 |
commit | 5fadf68fb4e4a6e0fde6fbf82ad7600c8ca12c04 (patch) | |
tree | 31d591b4f19fa71aa972aa797b51880728dc3d76 /view/theme/diabook/profile_vcard.tpl | |
parent | e7d80a79fff23e6f8900b40677d11d1022a45df6 (diff) | |
parent | 7706a8f9d8d71b89c791f31f957496b95b8bb31f (diff) | |
download | volse-hubzilla-5fadf68fb4e4a6e0fde6fbf82ad7600c8ca12c04.tar.gz volse-hubzilla-5fadf68fb4e4a6e0fde6fbf82ad7600c8ca12c04.tar.bz2 volse-hubzilla-5fadf68fb4e4a6e0fde6fbf82ad7600c8ca12c04.zip |
Merge remote branch 'upstream/master'
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> |