diff options
Diffstat (limited to 'pages/help_dialog.html')
| -rw-r--r-- | pages/help_dialog.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/pages/help_dialog.html b/pages/help_dialog.html index f8152d60..8ac000fb 100644 --- a/pages/help_dialog.html +++ b/pages/help_dialog.html @@ -24,8 +24,8 @@                  <span id="vimiumTitle" class="vimiumReset"><span class="vimiumReset" style="color:#2f508e">Vim</span>ium <span id="help-dialog-title"></span></span>                </td>                <td class="vimiumHelpDialogTopButtons"> -                <a class="vimiumReset" id="helpDialogOptionsPage" href="#">Options</a> -                <a class="vimiumReset" id="helpDialogWikiPage" href="https://github.com/philc/vimium/wiki" target="_blank">Wiki</a> +                <a class="vimiumReset vimiumHelDialogLink" id="helpDialogOptionsPage" href="#">Options</a> +                <a class="vimiumReset vimiumHelDialogLink" id="helpDialogWikiPage" href="https://github.com/philc/vimium/wiki" target="_blank">Wiki</a>                  <a class="vimiumReset closeButton" href="#">×</a>                </td>              </tr> @@ -72,7 +72,7 @@                <td class="helpDialogBottomLeft">                  <span id="help-dialog-tip"></span>                </td> -              <td class="helpDialogBottomRight"> +              <td class="helpDialogBottomRight vimiumHelDialogLink">                  <a href="#" id="toggleAdvancedCommands">Show advanced commands</a>                </td>              </tr> | 
