diff options
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}} |