diff options
| author | Stephen Blott | 2014-11-02 10:58:10 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-11-02 10:58:10 +0000 | 
| commit | 01d9e2021c2520630185f5346d4b4c92c5564ba8 (patch) | |
| tree | 631c8984454b9ecbb4803ff00937fe7b34901402 | |
| parent | 374d6e322d672d422750146e63b68a2a79dd4dbe (diff) | |
| download | vimium-01d9e2021c2520630185f5346d4b4c92c5564ba8.tar.bz2 | |
Touch up options page (newTabUrl).
| -rw-r--r-- | pages/options.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/pages/options.html b/pages/options.html index 7a41d1fd..724c23b4 100644 --- a/pages/options.html +++ b/pages/options.html @@ -118,7 +118,6 @@        }        input#newTabUrl {          width: 100%; -        min-height: 135px;        }        input#searchUrl {          width: 100%; @@ -360,11 +359,12 @@ unmapAll              </td>            </tr>            <tr> -            <td class="caption">New Tab Page</td> +            <td class="caption">New Tab URL</td>              <td verticalAlign="top">                  <div class="help">                    <div class="example"> -                      Choose a custom page (or pages/blank.html for a blank, Vimium-enabled page) for Vimium to open with the "create new tab" command.<br /> +                      Choose a custom page to open with the "create new tab" command. +                      Set to "<tt>pages/blank.html</tt>" for a blank page.<br />                    </div>                  </div>                  <input id="newTabUrl" type="text" /> | 
