diff options
| author | ilya | 2010-03-09 19:50:33 -0800 | 
|---|---|---|
| committer | ilya | 2010-03-09 19:50:33 -0800 | 
| commit | 3a73fdc9c040d85d29fc8b9f11cae062f2ed7fc9 (patch) | |
| tree | 6e19d871e9f5790d863243a1a9bd9b45ca0f864e /helpDialog.html | |
| parent | 954a842aa5c9512df7fd1f82ff45ed6b5beb3980 (diff) | |
| download | vimium-3a73fdc9c040d85d29fc8b9f11cae062f2ed7fc9.tar.bz2 | |
Add a dialog to show all available commands for key mappings under the options page.
Diffstat (limited to 'helpDialog.html')
| -rw-r--r-- | helpDialog.html | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/helpDialog.html b/helpDialog.html index 210f95ad..0587145d 100644 --- a/helpDialog.html +++ b/helpDialog.html @@ -50,6 +50,9 @@        font-weight:bold;        padding-top:3px;      } +    #vimiumHelpDialog .commandName { +      font-family:"courier new"; +    }      #vimiumHelpDialog .closeButton {        position:absolute;        right:10px; @@ -72,7 +75,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="closeButton" href="#">x</a> -  <div id="vimiumTitle">Vim<span style="color:#2f508e">ium</span> Help</div> +  <div id="vimiumTitle"><span style="color:#2f508e">Vim</span>ium {{title}}</div>    <div class="vimiumColumn">      <table>        <tr><td></td><td></td><td class="vimiumHelpSectionTitle">Navigating the page</td></tr>  | 
