aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/profile_vcard.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-06 11:19:12 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-06 11:19:12 +0200
commitf980b79edcff78a849d65de15f36f2b0475665d7 (patch)
tree7e3955c3c60907fd71eb7747ac41ac4d00b8576a /view/theme/diabook/profile_vcard.tpl
parentafd2bf031eff688ae53e51f9199d025ca1935abe (diff)
downloadvolse-hubzilla-f980b79edcff78a849d65de15f36f2b0475665d7.tar.gz
volse-hubzilla-f980b79edcff78a849d65de15f36f2b0475665d7.tar.bz2
volse-hubzilla-f980b79edcff78a849d65de15f36f2b0475665d7.zip
new-contacts-introductions in contacts-drop-down and new-messages in messages-drop-down get each an additional indicator...
profile-picture is now scaled right in firefox... fixed broken css on introductions-page in firefox...
Diffstat (limited to 'view/theme/diabook/profile_vcard.tpl')
-rw-r--r--view/theme/diabook/profile_vcard.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/profile_vcard.tpl b/view/theme/diabook/profile_vcard.tpl
index e28ec2909..b982a2069 100644
--- a/view/theme/diabook/profile_vcard.tpl
+++ b/view/theme/diabook/profile_vcard.tpl
@@ -22,7 +22,7 @@
- <div id="profile-photo-wrapper"><img class="photo" width="155" height="155" src="$profile.photo?rev=$profile.picdate" alt="$profile.name" /></div>
+ <div id="profile-photo-wrapper"><img class="photo" src="$profile.photo?rev=$profile.picdate" alt="$profile.name" /></div>
{{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }}