diff options
| author | Phil Crosby | 2010-03-04 21:56:46 -0800 |
|---|---|---|
| committer | Phil Crosby | 2010-03-04 21:56:46 -0800 |
| commit | 4f2a0bea8ac65233495522b4da0d63d468037247 (patch) | |
| tree | 24b59bc2796632b341ac6323f27bd497f1eb46dd /options.html | |
| parent | 6e6716b8dda5b6d9d7aab32483c7a578598d12bc (diff) | |
| download | vimium-4f2a0bea8ac65233495522b4da0d63d468037247.tar.bz2 | |
tweak the explanatory text next to key mappings
Diffstat (limited to 'options.html')
| -rw-r--r-- | options.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/options.html b/options.html index 3beb3331..8d8aaf1a 100644 --- a/options.html +++ b/options.html @@ -198,10 +198,12 @@ <div class="example"> <!-- TODO(ilya/philc): Expand this and style it better. --> Enter commands to remap your keys. Available commands:<br/> - map j scrollDown<br/> - unmap j</br> - " this is a comment<br/> - # this is also a comment<br/> + <div style="margin-left:10px;margin-top:5px"> + map j scrollDown<br/> + unmap j</br> + " this is a comment<br/> + # this is also a comment<br/> + </div> </div> </div> <textarea id="keyMappings" type="text"></textarea> |
