diff options
author | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-24 00:15:31 -0700 |
---|---|---|
committer | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-24 00:15:31 -0700 |
commit | b23ad806ec8cedbc94d721279fd5615f79c4a4c6 (patch) | |
tree | 82b0de0bf29d6e85a4910dc0492e6734d12e07e8 /view/theme/diabook-blue/profile_vcard.tpl | |
parent | 64397ff09ff82b66b19ab7919f810e1d3e27352d (diff) | |
parent | ba027f174d593e31a24d6bcbaab490639169d312 (diff) | |
download | volse-hubzilla-b23ad806ec8cedbc94d721279fd5615f79c4a4c6.tar.gz volse-hubzilla-b23ad806ec8cedbc94d721279fd5615f79c4a4c6.tar.bz2 volse-hubzilla-b23ad806ec8cedbc94d721279fd5615f79c4a4c6.zip |
Merge pull request #163 from tomtom84/master
fixes in diabook-derivates
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> |