aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_vcard.tpl
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-11-18 01:52:11 +0100
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-11-18 01:52:11 +0100
commit545dc5cf65fef823a9ca8a5bcde6e346d4503d4c (patch)
tree91a1e3e32cef9019ffbb5aeebe42197a1616bc3e /view/tpl/profile_vcard.tpl
parentc545ada746a384988172ea1ce28d43dd4ac276b3 (diff)
parenta089064588352b60bebf27c94a51d480f8062368 (diff)
downloadvolse-hubzilla-545dc5cf65fef823a9ca8a5bcde6e346d4503d4c.tar.gz
volse-hubzilla-545dc5cf65fef823a9ca8a5bcde6e346d4503d4c.tar.bz2
volse-hubzilla-545dc5cf65fef823a9ca8a5bcde6e346d4503d4c.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/tpl/profile_vcard.tpl')
-rwxr-xr-xview/tpl/profile_vcard.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl
index bea0d894f..c52c2cd81 100755
--- a/view/tpl/profile_vcard.tpl
+++ b/view/tpl/profile_vcard.tpl
@@ -6,7 +6,7 @@
<ul class="dropdown-menu" role="menu">
{{foreach $profile.menu.entries as $e}}
<li>
- <a href="profiles/{{$e.id}}"><img src='{{$e.photo}}'>{{$e.profile_name}}<div class='clear'></div></a>
+ <a href="profiles/{{$e.id}}"><img class="dropdown-menu-img-xs" src='{{$e.photo}}'>{{$e.profile_name}}<div class='clear'></div></a>
</li>
{{/foreach}}
<li><a href="profile_photo" >{{$profile.menu.chg_photo}}</a></li>