From 4c0cf136cf5d143e93a2a81778006bf5374fa942 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Tue, 6 Nov 2007 16:00:11 +0000 Subject: [PATCH] added black foreground color to help --- content/help.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/help.css b/content/help.css index 17ab8707..08d401c2 100644 --- a/content/help.css +++ b/content/help.css @@ -90,12 +90,15 @@ tr.description { } table.commands { background-color: rgb(250, 240, 230); + color: black; } table.mappings { background-color: rgb(230, 240, 250); + color: black; } table.options { background-color: rgb(240, 250, 230); + color: black; } fieldset.paypal {