From 83b8927599fbd225435979ba2c76585fc397a646 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 2 Oct 2005 18:36:52 +0000 Subject: [PATCH] r472: IE doesn't like color: inherit; for #header, so I guess we'll give it an rgb() --- templates/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/global.css b/templates/global.css index a1fb51d..9e5df9a 100644 --- a/templates/global.css +++ b/templates/global.css @@ -44,7 +44,7 @@ a #header #title, #header #title a { - color: inherit; + color: rgb(255, 255, 255); text-decoration: none; font-family: Helvetica, Arial, Tahoma, sans-serif; font-size: 35px; -- 2.43.5