diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-17 23:01:24 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-17 23:01:24 +0100 |
commit | 6fa0807550f4e7a3da307afe9398e54c3d036228 (patch) | |
tree | e3f1bd57c57af0e7bd7320d11b29c0de39ee94e7 /view/tpl/hdr.tpl | |
parent | 868a0d8a90c5e582bb783247fbf3a26f5226b126 (diff) | |
download | volse-hubzilla-6fa0807550f4e7a3da307afe9398e54c3d036228.tar.gz volse-hubzilla-6fa0807550f4e7a3da307afe9398e54c3d036228.tar.bz2 volse-hubzilla-6fa0807550f4e7a3da307afe9398e54c3d036228.zip |
more css fixes
Diffstat (limited to 'view/tpl/hdr.tpl')
-rw-r--r-- | view/tpl/hdr.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/hdr.tpl b/view/tpl/hdr.tpl index c3f0700f0..3770cb9a6 100644 --- a/view/tpl/hdr.tpl +++ b/view/tpl/hdr.tpl @@ -1,5 +1,5 @@ <div id="banner" class="hidden-sm hidden-xs">{{$banner}}</div> <ul id="nav-notifications-template" style="display:none;" rel="template"> - <li class="{5}"><a href="{0}" title="{2} {3}"><img data-src="{1}"><span class="contactname">{2}</span><span class="dropdown-sub-text">{3}<br>{4}</span></a></li> + <li class="{5}"><a href="{0}" title="{2} {3}"><img class="dropdown-menu-img-sm" data-src="{1}"><span class="contactname">{2}</span><span class="dropdown-sub-text">{3}<br>{4}</span></a></li> </ul> |