diff options
| author | ilya | 2010-04-18 20:15:09 -0700 |
|---|---|---|
| committer | ilya | 2010-04-18 20:15:09 -0700 |
| commit | a5f1eb8771a35acdb827555cdd1f8db18850d6c8 (patch) | |
| tree | f24d64da6910b502bf1fd711c1982f8c0c725d9a | |
| parent | 9a2a186cbc110db3a2ca7b96f41c57697422c799 (diff) | |
| download | vimium-a5f1eb8771a35acdb827555cdd1f8db18850d6c8.tar.bz2 | |
Small styling change on the options page.
| -rw-r--r-- | options.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/options.html b/options.html index 4cf5853c..b09a9b43 100644 --- a/options.html +++ b/options.html @@ -25,6 +25,9 @@ td { padding:5px 0; } + td#mappingsHelp { + padding:20px 0; + } textarea#excludedUrls { width:490px; min-height:100px; @@ -216,7 +219,7 @@ </tr> <tr class="advancedOption"> <td class="caption">Key mappings</td> - <td verticalAlign="top"> + <td id="mappingsHelp" verticalAlign="top"> <div class="help"> <div class="example"> <!-- TODO(ilya/philc): Expand this and style it better. --> |
