diff options
| author | Stephen Blott | 2014-11-11 05:49:04 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-11-11 05:49:04 +0000 | 
| commit | f577098a9b72d8bde386ee9e558a512dd46442af (patch) | |
| tree | 392d064bfef3807172085e2c2c5245cc7e7cbf60 | |
| parent | 0516f6af3b84ee15928e2d7a2a6d4c20ca461049 (diff) | |
| download | vimium-f577098a9b72d8bde386ee9e558a512dd46442af.tar.bz2 | |
Smooth scroll; options above the fold.
| -rw-r--r-- | pages/options.html | 18 | 
1 files changed, 9 insertions, 9 deletions
| diff --git a/pages/options.html b/pages/options.html index d6ce2764..84953023 100644 --- a/pages/options.html +++ b/pages/options.html @@ -283,6 +283,15 @@ unmapAll            </td>          </tr>          <tr> +          <td class="caption"></td> +          <td verticalAlign="top" class="booleanOption"> +            <label> +              <input id="smoothScroll" type="checkbox"/> +              Use smooth scrolling. +            </label> +          </td> +        </tr> +        <tr>             <td><a href="#" id="advancedOptionsLink">Show advanced options…</a></td>             <td><button id="saveOptions" disabled="true">Save Options</button></td>          </tr> @@ -360,15 +369,6 @@ unmapAll              </td>            </tr>            <tr> -            <td class="caption"></td> -            <td verticalAlign="top" class="booleanOption"> -              <label> -                <input id="smoothScroll" type="checkbox"/> -                Use smooth scrolling. -              </label> -            </td> -          </tr> -          <tr>              <td class="caption">Previous patterns</td>              <td verticalAlign="top">                  <div class="help"> | 
