diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-23 16:52:02 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-23 16:52:02 +0200 |
commit | 57110cbe76f7af4d0b3d2f83f9c59a1ba23a1697 (patch) | |
tree | 8a7096d680f7292a6c74e0a63863945ff960e4e4 /view | |
parent | b0a2e5d3f70cb4c87f32cbee2f9ca6f30ebb22eb (diff) | |
download | volse-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-x | view/tpl/nav.tpl | 2 |
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}} |