diff options
Diffstat (limited to 'helpDialog.html')
| -rw-r--r-- | helpDialog.html | 4 |
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; |
