diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-23 10:45:10 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-23 10:45:10 +0100 |
commit | 6f79cde0241a6b13fd79756a8e19394d576174a9 (patch) | |
tree | 95bb8a727235a8e22ed81440359fe71c4e09f6c4 /view/theme/diabook/profile_vcard.tpl | |
parent | d5a6e7b1767ebc337f31745984f1ce0904b77780 (diff) | |
parent | c35b9ec24f1449a691afeeb985a41fbaf07b2af1 (diff) | |
download | volse-hubzilla-6f79cde0241a6b13fd79756a8e19394d576174a9.tar.gz volse-hubzilla-6f79cde0241a6b13fd79756a8e19394d576174a9.tar.bz2 volse-hubzilla-6f79cde0241a6b13fd79756a8e19394d576174a9.zip |
Merge remote-tracking branch 'friendica/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> |