aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
diff options
context:
space:
mode:
authorStephen Blott2016-04-19 06:57:45 +0100
committerStephen Blott2016-04-22 14:50:00 +0100
commitcfad0ded611149b2757baa19fbac587a7d4f210d (patch)
treefd766253a21e0a3c0ce239a2c337ca4a0e3665ff /background_scripts/main.coffee
parent761c5697aa3a33565a53f5a9656069054df39f12 (diff)
downloadvimium-cfad0ded611149b2757baa19fbac587a7d4f210d.tar.bz2
Help dialog: increase size and make white background.
Diffstat (limited to 'background_scripts/main.coffee')
-rw-r--r--background_scripts/main.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index 3e1cc0a3..272146cb 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -123,7 +123,7 @@ helpDialogHtmlForCommand = (html, isAdvanced, bindings, description, showCommand
html.push "<tr class='vimiumReset #{"advanced" if isAdvanced}'>"
if description
html.push "<td class='vimiumReset'>", Utils.escapeHtml(bindings), "</td>"
- html.push "<td class='vimiumReset'>#{if description and bindings then ':' else ''}</td><td class='vimiumReset'>", description
+ html.push "<td class='vimiumReset'>#{if description and bindings then ':' else ''}</td><td class='vimiumReset vimiumHelpDescription'>", description
html.push("<span class='vimiumReset commandName'>(#{command})</span>") if showCommandNames
else
html.push "<td class='vimiumReset' colspan='3' style='text-align: left;'>", Utils.escapeHtml(bindings)