diff options
| -rw-r--r-- | pages/options.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pages/options.html b/pages/options.html index 53b65156..00462865 100644 --- a/pages/options.html +++ b/pages/options.html @@ -155,7 +155,11 @@ #advancedOptionsLink { line-height: 24px; } #saveOptions { float: right; } #saveOptions { margin-right: 0; } - #showHelpDialogMessage { width: 100%; } + #showHelpDialogMessage { + width: 100%; + color: #979ca0; + font-size: 12px; + } .help { position: absolute; right: -320px; @@ -417,7 +421,7 @@ unmapAll <footer id="showHelpDialogMessage"> Type <strong>?</strong> to show the Vimium help dialog. <br/> - Type <strong>Ctrl-ENTER</strong> in text inputs to save all options. + Type <strong>Ctrl-Enter</strong> in text inputs to save all options. </footer> </div> </body> |
