aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-23 16:52:02 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-23 16:52:02 +0200
commit57110cbe76f7af4d0b3d2f83f9c59a1ba23a1697 (patch)
tree8a7096d680f7292a6c74e0a63863945ff960e4e4 /view
parentb0a2e5d3f70cb4c87f32cbee2f9ca6f30ebb22eb (diff)
downloadvolse-hubzilla-57110cbe76f7af4d0b3d2f83f9c59a1ba23a1697.tar.gz
volse-hubzilla-57110cbe76f7af4d0b3d2f83f9c59a1ba23a1697.tar.bz2
volse-hubzilla-57110cbe76f7af4d0b3d2f83f9c59a1ba23a1697.zip
pull-right is not needed here
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/nav.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index ca52fe066..8cc4c2005 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -207,6 +207,6 @@
{{if $nav.help.6}}
<div id="contextual-help-content" class="contextual-help-content">
{{$nav.help.5}}
- <button type="button" class="close pull-right" onclick="contextualHelp();">×</button>
+ <button type="button" class="close" onclick="contextualHelp();">×</button>
</div>
{{/if}}