diff options
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 11 | 
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>  | 
