aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-19 14:14:58 -0800
committerzotlabs <mike@macgirvin.com>2017-02-19 14:14:58 -0800
commit02e487f30687a1602bd257e2acf2b9954aab6e98 (patch)
tree72e2465cc8905857b113b0bb5465cf5a624b2be9
parent73b28b5d949c80c13fe144632da215dca6893106 (diff)
downloadvolse-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-xview/tpl/nav.tpl4
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>&nbsp;{{$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>&nbsp;{{$fulldocs}}</a>
+ <a class="contextual-help-tool" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-fw fa-times"></i></a>
</div>
</div>
{{/if}}