aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorStephen Blott2016-04-25 09:51:11 +0100
committerStephen Blott2016-04-25 09:59:51 +0100
commit5866a01b9570f93c79340dac796226ac88211d3c (patch)
treeada6d8d14425264c4d167128fab2aff8ea1c8da6 /pages
parent306361f3f1cf3ec4f49d7c23f4ce4b2987acb8b4 (diff)
downloadvimium-5866a01b9570f93c79340dac796226ac88211d3c.tar.bz2
Help dialog revert styling of links.
Diffstat (limited to 'pages')
-rw-r--r--pages/help_dialog.html6
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="#">&times;</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>