aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2014-11-03 15:42:44 +0000
committerStephen Blott2014-11-03 15:42:44 +0000
commite63ec5f423cebd31ac79e898d87f37288c2b8ce5 (patch)
tree32fff2ad69408e2568445c4b8be0a0c853817de3
parentea5d5c0f3ee552f084004b5045f426a183e139b9 (diff)
downloadvimium-e63ec5f423cebd31ac79e898d87f37288c2b8ce5.tar.bz2
Tone down help messages in footer.
-rw-r--r--pages/options.html8
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>