aboutsummaryrefslogtreecommitdiffstats
path: root/helpDialog.html
diff options
context:
space:
mode:
authorilya2010-04-25 18:56:39 -0700
committerilya2010-04-25 18:56:39 -0700
commit87e611dccd8a9c6b4ee681fc88f2a461f76e830a (patch)
treed7bb16ed633050747e183065181b0d93682f4f82 /helpDialog.html
parent44189294c8a6097abd22116dc35345e7cab55344 (diff)
parente85cbd38194df9d867cc815afb99d60727d6561b (diff)
downloadvimium-87e611dccd8a9c6b4ee681fc88f2a461f76e830a.tar.bz2
Merge branch 'master' of git://github.com/philc/vimium
Diffstat (limited to 'helpDialog.html')
-rw-r--r--helpDialog.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpDialog.html b/helpDialog.html
index eb5d72f7..a9af647a 100644
--- a/helpDialog.html
+++ b/helpDialog.html
@@ -4,7 +4,7 @@
-->
<div id="vimiumHelpDialog">
<style>
- #vimiumHelpDialog * { font-size:12px; line-height:130%; color:black; }
+ #vimiumHelpDialog * { font-size:12px; line-height:130%; color:black; background-color:transparent; }
#vimiumHelpDialog {
text-align:left;
border:3px solid red;
@@ -30,7 +30,7 @@
float:left;
}
.vimiumColumn table, .vimiumColumn td, .vimiumColumn tr { padding:0; margin:0; }
- .vimiumColumn table { width:100%; }
+ .vimiumColumn table { width:100%; table-layout:auto; }
.vimiumColumn td { vertical-align:top; padding:1px; }
#vimiumHelpDialog .vimiumColumn tr > td:first-of-type {
text-align:right;