aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_vcard.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-17 15:04:04 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-17 15:04:04 -0800
commita089064588352b60bebf27c94a51d480f8062368 (patch)
tree796fc893c37ecc3a19c469b2a067fcb2765a698d /view/tpl/profile_vcard.tpl
parenta06f7fbe2e78de428489d824c1329ef29c4d1f42 (diff)
parent7c4d9519c89aed59e9253a19203fb13394571929 (diff)
downloadvolse-hubzilla-a089064588352b60bebf27c94a51d480f8062368.tar.gz
volse-hubzilla-a089064588352b60bebf27c94a51d480f8062368.tar.bz2
volse-hubzilla-a089064588352b60bebf27c94a51d480f8062368.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
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>