Skip to content

Commit

Permalink
Fixed the formatting on the helpDialog overlay when viewed from the o…
Browse files Browse the repository at this point in the history
…ptions menu.
  • Loading branch information
mgarriott committed Aug 25, 2012
1 parent d765faa commit 92da4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
/* Horizontal resizing is pretty screwy-looking. */
resize: vertical;
}
table {
table#options{
width: 100%;
font-size: 14px;
position: relative;
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 92da4d6

Please sign in to comment.