aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2014-11-02 15:18:43 +0000
committerStephen Blott2014-11-02 15:18:43 +0000
commit1becf185e0cf2de6521d847c1e31f174d2bdabf4 (patch)
tree4b074a5e257b394d29251fcf2fd893eeae9db946
parent10d699316914acf037beae83a81a12f9ebee2499 (diff)
downloadvimium-1becf185e0cf2de6521d847c1e31f174d2bdabf4.tar.bz2
Reduce the size of the excluded URLs container.
-rw-r--r--pages/options.html11
1 files changed, 4 insertions, 7 deletions
diff --git a/pages/options.html b/pages/options.html
index 2db0e981..4fa5cd42 100644
--- a/pages/options.html
+++ b/pages/options.html
@@ -187,7 +187,7 @@
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
- height: 225px;
+ height: 180px;
border: 1px solid #bfbfbf;
border-radius: 2px;
color: #444;
@@ -223,12 +223,9 @@
<td>
<div class="help">
<div class="example">
- <p>
- The left column contains URL patterns. Vimium will be wholly or partially disabled for URLs matching these patterns. Patterns are Javascript regular expressions. Additionally, the character "*" matches any zero or more characters.
- </p>
- <p>
- The right column contains keys which Vimium would would normally handle, but should instead be passed through to the underlying web page (for pages matching the corresponding pattern). If empty, then Vimium is wholly disabled.
- </p>
+ The left column contains URL patterns. Vimium will be wholly or partially disabled for URLs matching these patterns. Patterns are Javascript regular expressions. Additionally, the character "*" matches any zero or more characters.
+ <br/><br/>
+ The right column contains keys which Vimium would would normally handle, but should instead be passed through to the underlying web page (for pages matching the corresponding pattern). If empty, then Vimium is wholly disabled.
</div>
</div>
<div>