diff options
| author | Phil Crosby | 2010-04-24 02:01:50 -0700 |
|---|---|---|
| committer | Phil Crosby | 2010-04-24 02:01:50 -0700 |
| commit | 887fac79eac4bca3c6d0b232b91b6e581135fb09 (patch) | |
| tree | 569eb9ec7277ad78b081689e40394216ca5dde56 /helpDialog.html | |
| parent | 14676a23c96b86eb7bcfbcc5730cefe15efd5735 (diff) | |
| download | vimium-887fac79eac4bca3c6d0b232b91b6e581135fb09.tar.bz2 | |
Specify a table-layout of auto; this fixes the help dialog's appearance on gamefaqs.com
Diffstat (limited to 'helpDialog.html')
| -rw-r--r-- | helpDialog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpDialog.html b/helpDialog.html index 0587145d..557cfb69 100644 --- a/helpDialog.html +++ b/helpDialog.html @@ -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; |
