diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-24 08:13:48 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-24 08:13:48 +0100 |
commit | ba027f174d593e31a24d6bcbaab490639169d312 (patch) | |
tree | 82b0de0bf29d6e85a4910dc0492e6734d12e07e8 /view/theme/diabook-blue/profile_vcard.tpl | |
parent | 64397ff09ff82b66b19ab7919f810e1d3e27352d (diff) | |
download | volse-hubzilla-ba027f174d593e31a24d6bcbaab490639169d312.tar.gz volse-hubzilla-ba027f174d593e31a24d6bcbaab490639169d312.tar.bz2 volse-hubzilla-ba027f174d593e31a24d6bcbaab490639169d312.zip |
add right_aside to diabook-blue
Diffstat (limited to 'view/theme/diabook-blue/profile_vcard.tpl')
-rw-r--r-- | view/theme/diabook-blue/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook-blue/profile_vcard.tpl b/view/theme/diabook-blue/profile_vcard.tpl index 3a545f9ba..918cfc97c 100644 --- a/view/theme/diabook-blue/profile_vcard.tpl +++ b/view/theme/diabook-blue/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> |