diff options
| author | Phil Crosby | 2010-05-18 01:45:56 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2010-05-18 01:45:56 -0700 | 
| commit | 0b2b70db8ce293185ed35bb1d7a99c48185e7ea1 (patch) | |
| tree | d53f29a0713498f92d0f4073420238d35e8c1ad9 /helpDialog.html | |
| parent | a35345455bb83999837bb8109d780458d8c6aa2f (diff) | |
| download | vimium-0b2b70db8ce293185ed35bb1d7a99c48185e7ea1.tar.bz2 | |
Add a link to the Options page in the vimium help dialog. Closes #87.
Diffstat (limited to 'helpDialog.html')
| -rw-r--r-- | helpDialog.html | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/helpDialog.html b/helpDialog.html index a9af647a..65fe6a41 100644 --- a/helpDialog.html +++ b/helpDialog.html @@ -64,6 +64,11 @@        padding-left:10px;        font-size:16px;      } +    #vimiumHelpDialog a.optionsPage { +      position: absolute; +      right: 60px; +      top: 8px; +    }      #vimiumHelpDialog .closeButton:hover {        color:black;        cursor:default; @@ -74,6 +79,7 @@    <!-- Note that the template placeholders (e.g. "pageNavigation") will be filled in by the background         page with the up-to-date key bindings when the dialog is shown. --> +  <a class="optionsPage" href="#">Options</a>    <a class="closeButton" href="#">x</a>    <div id="vimiumTitle"><span style="color:#2f508e">Vim</span>ium {{title}}</div>    <div class="vimiumColumn">  | 
