diff options
Diffstat (limited to 'helpDialog.html')
| -rw-r--r-- | helpDialog.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/helpDialog.html b/helpDialog.html index 65fe6a41..b50d9365 100644 --- a/helpDialog.html +++ b/helpDialog.html @@ -4,7 +4,12 @@ --> <div id="vimiumHelpDialog"> <style> - #vimiumHelpDialog * { font-size:12px; line-height:130%; color:black; background-color:transparent; } + #vimiumHelpDialog * { + font-size:12px; + line-height:130%; + color:black; + background-color:transparent; + } #vimiumHelpDialog { text-align:left; border:3px solid red; @@ -77,7 +82,7 @@ #vimiumHelpDialogFooter * { font-size:10px; } </style> - <!-- Note that the template placeholders (e.g. "pageNavigation") will be filled in by the background + <!-- Note that the template placeholders (e.g. "{{pageNavigation}}") will be filled in by the background page with the up-to-date key bindings when the dialog is shown. --> <a class="optionsPage" href="#">Options</a> <a class="closeButton" href="#">x</a> @@ -105,12 +110,12 @@ <div id="vimiumHelpDialogFooter"> <div class="vimiumColumn"> Enjoying Vimium? - <a href="https://chrome.google.com/extensions/detail/dbepggeogbaibhgnhhndojpepiihcmeb">Leave us feedback</a>.<br/> + <a href="https://chrome.google.com/extensions/detail/dbepggeogbaibhgnhhndojpepiihcmeb">Leave us + feedback</a>.<br/> Found a bug? <a href="http://github.com/philc/vimium/issues">Report it here</a>. </div> <div class="vimiumColumn" style="text-align:right"> <span>Version {{version}}</span><br/> - <!-- <a href="#">Homepage</a> --> </div> </div> </div> |
