diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-09 14:44:24 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-09 14:44:24 +0200 |
commit | 115c18353ec73c924be7ceadf8ba2a1fd24f05e3 (patch) | |
tree | d40533a74e6e9aff97ae009524b533563ad5a728 /view/tpl/xchan_vcard.tpl | |
parent | 59cddef032e3216d82694da6bab3eb3e8ae48203 (diff) | |
download | volse-hubzilla-115c18353ec73c924be7ceadf8ba2a1fd24f05e3.tar.gz volse-hubzilla-115c18353ec73c924be7ceadf8ba2a1fd24f05e3.tar.bz2 volse-hubzilla-115c18353ec73c924be7ceadf8ba2a1fd24f05e3.zip |
move profile image up and refine the aside width
Diffstat (limited to 'view/tpl/xchan_vcard.tpl')
-rwxr-xr-x | view/tpl/xchan_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl index ca0fe76be..2acbb24e4 100755 --- a/view/tpl/xchan_vcard.tpl +++ b/view/tpl/xchan_vcard.tpl @@ -1,6 +1,6 @@ <div class="vcard"> -<div class="fn">{{$name}}</div> <div id="profile-photo-wrapper"><a href="{{$link}}"><img class="vcard-photo photo" src="{{$photo}}" alt="{{$name}}" /></a></div> +<div class="fn">{{$name}}</div> </div> |