aboutsummaryrefslogtreecommitdiffstats
path: root/helpDialog.html
diff options
context:
space:
mode:
Diffstat (limited to 'helpDialog.html')
-rw-r--r--helpDialog.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/helpDialog.html b/helpDialog.html
index 65fe6a41..ee35fc9b 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;
@@ -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>