Put background image in installer to top left corner. Use appropriate School-themed color for background.

This commit is contained in:
Andrey Cherepanov 2013-08-05 18:44:02 +04:00
parent 854ca24d0f
commit d4ebaa75ef

View File

@ -2,8 +2,8 @@
.AWizardFace {
border-style: none;
background-image: url(:/design/bg.png);
background-color: rgb(0,139,209);
background-position: center;
background-color: rgb(167,228,255);
background-position: top left;
background-repeat: no-repeat;
}