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