diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-19 14:14:58 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-19 14:14:58 -0800 |
commit | 02e487f30687a1602bd257e2acf2b9954aab6e98 (patch) | |
tree | 72e2465cc8905857b113b0bb5465cf5a624b2be9 | |
parent | 73b28b5d949c80c13fe144632da215dca6893106 (diff) | |
download | volse-hubzilla-02e487f30687a1602bd257e2acf2b9954aab6e98.tar.gz volse-hubzilla-02e487f30687a1602bd257e2acf2b9954aab6e98.tar.bz2 volse-hubzilla-02e487f30687a1602bd257e2acf2b9954aab6e98.zip |
this icon also appears to require the fixed-width attribute
-rwxr-xr-x | view/tpl/nav.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 3e352457e..0e239e70a 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -207,8 +207,8 @@ <div id="contextual-help-content" class="contextual-help-content"> {{$nav.help.5}} <div class="pull-right"> - <a class="btn btn-primary btn-xs" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-question"></i> {{$fulldocs}}</a> - <a class="contextual-help-tool" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-times"></i></a> + <a class="btn btn-primary btn-xs" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-fw fa-question"></i> {{$fulldocs}}</a> + <a class="contextual-help-tool" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-fw fa-times"></i></a> </div> </div> {{/if}} |