diff options
Diffstat (limited to 'pages/help_dialog.html')
| -rw-r--r-- | pages/help_dialog.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/pages/help_dialog.html b/pages/help_dialog.html index e16b0139..a0ba6de5 100644 --- a/pages/help_dialog.html +++ b/pages/help_dialog.html @@ -65,11 +65,23 @@ </table> </div> + <div> + <table> + <tr> + <td class="helpDialogBottomLeft"> + <span id="help-dialog-tip"></span> + </td> + <td class="helpDialogBottomRight"> + <a href="#" id="toggleAdvancedCommands">Show advanced commands</a> + </td> + </tr> + </table> + </div> + <br clear="both"/> <div class="vimiumReset vimiumDivider"></div> <div id="vimiumHelpDialogFooter" class="vimiumReset"> - <a href="#" class="vimiumReset toggleAdvancedCommands">Show advanced commands</a> <div class="vimiumReset vimiumColumn"> Enjoying Vimium? <a class="vimiumHelDialogLink" target="_blank" |
