Commit 6da00392844a7b1be03628dc0173f3318f52d818
1 parent
1edaed95
Changed background to white.
Committed by: Megan Watson
Showing
1 changed file
with
2 additions
and
2 deletions
setup/wizard/resources/wizard.css
| ... | ... | @@ -65,12 +65,12 @@ td { |
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 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 | 71 | #container { |
| 72 | 72 | width: 100%; |
| 73 | - background: #f1f2ea url("graphics/background.gif") repeat-y left; | |
| 73 | + background: white url("graphics/background.gif") repeat-y left; | |
| 74 | 74 | float: right; |
| 75 | 75 | margin-left: -200px; |
| 76 | 76 | } | ... | ... |