From 6da00392844a7b1be03628dc0173f3318f52d818 Mon Sep 17 00:00:00 2001 From: Megan Watson Date: Wed, 15 Jul 2009 12:00:10 +0200 Subject: [PATCH] Changed background to white. --- setup/wizard/resources/wizard.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/wizard/resources/wizard.css b/setup/wizard/resources/wizard.css index c250ba6..e09b65f 100644 --- a/setup/wizard/resources/wizard.css +++ b/setup/wizard/resources/wizard.css @@ -65,12 +65,12 @@ td { } #wrapper { - background: #f1f2ea url("graphics/background.gif") repeat-y left; + background: white url("graphics/background.gif") repeat-y left; } #container { width: 100%; - background: #f1f2ea url("graphics/background.gif") repeat-y left; + background: white url("graphics/background.gif") repeat-y left; float: right; margin-left: -200px; } -- libgit2 0.21.4