diff options
| author | Phil Crosby | 2011-01-30 02:15:26 -0800 | 
|---|---|---|
| committer | Phil Crosby | 2011-01-30 02:15:26 -0800 | 
| commit | 83fee9f86c90b06df78465264850e91e6a94e9b5 (patch) | |
| tree | 3d2a177ea872e828b05aeb630f649d760205a8cc /helpDialog.html | |
| parent | ae73ad02e936f66bb894fca5da13a631bcd14d31 (diff) | |
| download | vimium-83fee9f86c90b06df78465264850e91e6a94e9b5.tar.bz2 | |
Tighten up the layout of the help dialog
Diffstat (limited to 'helpDialog.html')
| -rw-r--r-- | helpDialog.html | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/helpDialog.html b/helpDialog.html index dac1fb56..c21c8b7b 100644 --- a/helpDialog.html +++ b/helpDialog.html @@ -102,6 +102,8 @@    </div>    <div class="vimiumColumn">      <table> +      <tr><td></td><td></td><td class="vimiumHelpSectionTitle">Using find</td></tr> +      {{findCommands}}        <tr><td></td><td></td><td class="vimiumHelpSectionTitle">Navigating history</td></tr>        {{historyNavigation}}        <tr><td></td><td></td><td class="vimiumHelpSectionTitle">Manipulating tabs</td></tr>  | 
