aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorStephen Blott2014-11-02 15:15:17 +0000
committerStephen Blott2014-11-02 15:15:17 +0000
commit10d699316914acf037beae83a81a12f9ebee2499 (patch)
tree1256e6d0e3337cb6e5b965ba18052c5fc3b6488b /pages
parentc6a7d6ce9d968bbdf3d820154c302878d2ba8dab (diff)
downloadvimium-10d699316914acf037beae83a81a12f9ebee2499.tar.bz2
Move custom search engines above the fold.
Diffstat (limited to 'pages')
-rw-r--r--pages/options.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/pages/options.html b/pages/options.html
index 48feb617..2db0e981 100644
--- a/pages/options.html
+++ b/pages/options.html
@@ -265,6 +265,21 @@ unmapAll
<textarea id="keyMappings" type="text"></textarea>
</td>
</tr>
+ <tr>
+ <td class="caption">Custom Search<br/>Engines</td>
+ <td verticalAlign="top">
+ <div class="help">
+ <div class="example">
+ Use this to add shortcuts for your common search engines when using the Vomnibar.<br/><br/>
+ The format is:<br/>
+ <pre>your-keyword: http://the-site.com/?q=%s</pre>
+ %s will be replaced with your search term.<br/>
+ Lines which start with "#" are comments.
+ </div>
+ </div>
+ <textarea id="searchEngines"></textarea>
+ </td>
+ </tr>
<tbody id='advancedOptions'>
<tr>
<td class="caption">Scroll step size</td>
@@ -377,21 +392,6 @@ unmapAll
</td>
</tr>
<tr>
- <td class="caption">Custom Search<br/>Engines</td>
- <td verticalAlign="top">
- <div class="help">
- <div class="example">
- Use this to add shortcuts for your common search engines when using the Vomnibar.<br/><br/>
- The format is:<br/>
- <pre>your-keyword: http://the-site.com/?q=%s</pre>
- %s will be replaced with your search term.<br/>
- Lines which start with "#" are comments.
- </div>
- </div>
- <textarea id="searchEngines"></textarea>
- </td>
- </tr>
- <tr>
<td class="caption">CSS for link hints</td>
<td verticalAlign="top">
<div class="help">