Commit 6da00392844a7b1be03628dc0173f3318f52d818

Authored by Megan Watson
1 parent 1edaed95

Changed background to white.

Committed by: Megan Watson
setup/wizard/resources/wizard.css
@@ -65,12 +65,12 @@ td { @@ -65,12 +65,12 @@ td {
65 } 65 }
66 66
67 #wrapper { 67 #wrapper {
68 - background: #f1f2ea url("graphics/background.gif") repeat-y left; 68 + background: white url("graphics/background.gif") repeat-y left;
69 } 69 }
70 70
71 #container { 71 #container {
72 width: 100%; 72 width: 100%;
73 - background: #f1f2ea url("graphics/background.gif") repeat-y left; 73 + background: white url("graphics/background.gif") repeat-y left;
74 float: right; 74 float: right;
75 margin-left: -200px; 75 margin-left: -200px;
76 } 76 }