diff options
| author | Phil Crosby | 2010-09-05 15:31:10 -0700 |
|---|---|---|
| committer | Phil Crosby | 2010-09-05 15:31:46 -0700 |
| commit | af6d4cef077149dbc8b9be3d96e595404ddd5156 (patch) | |
| tree | 8803a388d8dabbc3d92d133af48ad70b469931ac | |
| parent | 12413ec1de1fc2a0fdc46c6e0ef3141d2a7193cf (diff) | |
| download | vimium-af6d4cef077149dbc8b9be3d96e595404ddd5156.tar.bz2 | |
minor style changes
| -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> |
