diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-30 23:38:25 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-30 23:38:25 +0200 |
commit | 36fe2ac87e961e9d2234e678f1138ec418c0d889 (patch) | |
tree | 24096ade7fa411acc0d8fa16b1ab31bf5751ec09 /view/tpl | |
parent | 026787fc73cb76975b55425cdec9b6701a097935 (diff) | |
download | volse-hubzilla-36fe2ac87e961e9d2234e678f1138ec418c0d889.tar.gz volse-hubzilla-36fe2ac87e961e9d2234e678f1138ec418c0d889.tar.bz2 volse-hubzilla-36fe2ac87e961e9d2234e678f1138ec418c0d889.zip |
css fix
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/profile_advanced.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl index f928aa3ee..c3606f2fe 100755 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -273,7 +273,7 @@ <b>{{$profile.fullname.1}} {{$key}}</b> <ul class="profile-thing-list"> {{foreach $items as $item}} - <li>{{if $item.img}}<a href="{{$item.url}}" ><img src="{{$item.img}}" width="100" height="100" alt="{{$item.term}}" /></a>{{/if}} + <li>{{if $item.img}}<a href="{{$item.url}}" ><img src="{{$item.img}}" class="profile-thing-img" width="100" height="100" alt="{{$item.term}}" /></a>{{/if}} <a href="{{$item.url}}" >{{$item.term}}</a> {{if $profile.canlike}}<br /> <button type="button" class="btn btn-default btn-sm" onclick="doprofilelike('thing/' + '{{$item.term_hash}}','like'); return false;" title="{{$likethis}}" > |