aboutsummaryrefslogtreecommitdiffstats
path: root/helpDialog.html
diff options
context:
space:
mode:
authorPhil Crosby2010-04-24 02:03:37 -0700
committerPhil Crosby2010-04-24 02:03:37 -0700
commitaa948ff92d772083c346a1390b600c4127b0515d (patch)
treeb6ba60fd447caecd32d1ef095ec972d182394288 /helpDialog.html
parent887fac79eac4bca3c6d0b232b91b6e581135fb09 (diff)
downloadvimium-aa948ff92d772083c346a1390b600c4127b0515d.tar.bz2
Override all background colors in the help dialog. Fixes wikipedia and closes #95.
Diffstat (limited to 'helpDialog.html')
-rw-r--r--helpDialog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpDialog.html b/helpDialog.html
index 557cfb69..16007f13 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;