diff options
| author | Matt Garriott | 2012-08-25 07:19:01 -0600 | 
|---|---|---|
| committer | Matt Garriott | 2012-08-25 07:19:01 -0600 | 
| commit | 92da4d6de1825a03b9cd902c9c711c035a0e0b64 (patch) | |
| tree | 38bd6921d8acd26d2794ae99e844a11024340fc6 /options | |
| parent | d765faafdf367a68ea51cec67106091e367b502b (diff) | |
| download | vimium-92da4d6de1825a03b9cd902c9c711c035a0e0b64.tar.bz2 | |
Fixed the formatting on the helpDialog overlay when viewed from the options menu.
Diffstat (limited to 'options')
| -rw-r--r-- | options/options.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/options/options.html b/options/options.html index 4a616328..089de394 100644 --- a/options/options.html +++ b/options/options.html @@ -79,7 +79,7 @@          /* Horizontal resizing is pretty screwy-looking. */          resize: vertical;        } -      table { +      table#options{          width: 100%;          font-size: 14px;          position: relative; @@ -179,7 +179,7 @@    <body>      <div id="wrapper">        <header>Vimium options</header> -      <table> +      <table id="options">          <tr>            <td class="caption">Scroll step size</td>            <td> | 
