diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-06 11:19:12 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-06 11:19:12 +0200 |
commit | f980b79edcff78a849d65de15f36f2b0475665d7 (patch) | |
tree | 7e3955c3c60907fd71eb7747ac41ac4d00b8576a /view/theme/diabook/profile_vcard.tpl | |
parent | afd2bf031eff688ae53e51f9199d025ca1935abe (diff) | |
download | volse-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.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 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 }} |