From 887fac79eac4bca3c6d0b232b91b6e581135fb09 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sat, 24 Apr 2010 02:01:50 -0700 Subject: Specify a table-layout of auto; this fixes the help dialog's appearance on gamefaqs.com --- helpDialog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpDialog.html') 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; -- cgit v1.2.3 From aa948ff92d772083c346a1390b600c4127b0515d Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sat, 24 Apr 2010 02:03:37 -0700 Subject: Override all background colors in the help dialog. Fixes wikipedia and closes #95. --- helpDialog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpDialog.html') diff --git a/helpDialog.html b/helpDialog.html index 557cfb69..16007f13 100644 --- a/helpDialog.html +++ b/helpDialog.html @@ -4,7 +4,7 @@ -->