diff options
| author | Stephen Blott | 2014-11-22 12:34:19 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-11-22 12:34:19 +0000 | 
| commit | b8c69e64038f20278d56022d69b49f3e80c701b6 (patch) | |
| tree | 5ecc9493ba7b45b958b51cdadd5d2890b87914c3 /pages | |
| parent | b50bdaabb2ff01b3f7ebb6d124316542a1c0ec08 (diff) | |
| download | vimium-b8c69e64038f20278d56022d69b49f3e80c701b6.tar.bz2 | |
Options; add help text for scrollStepSize.
No help is really needed.  However, the gap where the help text should
be looks ugly.
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/options.html | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/pages/options.html b/pages/options.html index ce9fe77f..88e4845b 100644 --- a/pages/options.html +++ b/pages/options.html @@ -308,6 +308,11 @@ unmapAll            <tr>              <td class="caption">Scroll step size</td>              <td> +                <div class="help"> +                  <div class="example"> +                    The size for basic movements (usually j/k/h/l). +                  </div> +                </div>                <input id="scrollStepSize" type="number" />px              </td>            </tr> | 
