From 1becf185e0cf2de6521d847c1e31f174d2bdabf4 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 2 Nov 2014 15:18:43 +0000 Subject: Reduce the size of the excluded URLs container. --- pages/options.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'pages/options.html') 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 @@
- 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. -
-- 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. -
+ 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. +