Skip to content

Commit

Permalink
Merge pull request #1699 from smblott-github/add-link-to-wiki-to-help…
Browse files Browse the repository at this point in the history
…-page

Add a link to the wiki on the help page.
  • Loading branch information
smblott-github committed May 31, 2015
2 parents 85dbf44 + 2bd20db commit 8b0c610
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions content_scripts/vimium.css
Expand Up @@ -208,13 +208,18 @@ div#vimiumHelpDialog a {
text-decoration: underline;
}

div#vimiumHelpDialog .optionsPage {
div#vimiumHelpDialog .wikiPage, div#vimiumHelpDialog .optionsPage {
position: absolute;
display: block;
font-size: 11px;
line-height: 130%;
right: 60px;
top: 8px;
top: 6px;
}
div#vimiumHelpDialog .optionsPage {
right: 40px;
}
div#vimiumHelpDialog .wikiPage {
right: 83px;
}
div#vimiumHelpDialog a.closeButton:hover {
color:black;
Expand Down
1 change: 1 addition & 0 deletions pages/help_dialog.html
Expand Up @@ -7,6 +7,7 @@
page with the up-to-date key bindings when the dialog is shown. -->
<div id="vimiumHelpDialog" class="vimiumReset">
<a class="vimiumReset optionsPage" href="#">Options</a>
<a class="vimiumReset wikiPage" href="https://github.com/philc/vimium/wiki" target="_blank">Wiki</a>
<a class="vimiumReset closeButton" href="#">&times;</a>
<div id="vimiumTitle" class="vimiumReset"><span class="vimiumReset" style="color:#2f508e">Vim</span>ium {{title}}</div>
<div class="vimiumReset vimiumColumn">
Expand Down

0 comments on commit 8b0c610

Please sign in to comment.