From 9c028d9643936df4e1aa01d62eb5287d84742322 Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Thu, 6 Oct 2005 01:13:52 +0000 Subject: [PATCH] Correct non-white background issue reported on the list. Submitted by: Emily Boyd --- en/layout/css/global.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/en/layout/css/global.css b/en/layout/css/global.css index 9b9e3facf4..30563379be 100644 --- a/en/layout/css/global.css +++ b/en/layout/css/global.css @@ -8,8 +8,7 @@ body { font-family: verdana, sans-serif; font-size: 69%; color: #000; - background-color: #fff; - background: url("../images/hdr_fill.png") repeat-x; + background: #fff url("../images/hdr_fill.png") repeat-x; } h1 { @@ -81,4 +80,4 @@ tt { strong, b { font-weight: bold; -} \ No newline at end of file +}