diff options
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> | 
