Split the logo.png into two files to enable splash page branding

This copies logo.png into logo-splash.png and updates the stylesheet
so that the splash screen references the latter.  This facilitates
changing the branding on the splash page only.

Fixes Bug 1102769

Change-Id: Ifd6d213794489dd2664a7124a2d663e390d82331
This commit is contained in:
Nicolas Simonds 2013-01-21 20:46:58 -08:00
parent b8071bcce7
commit edb64d9ed8
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -112,7 +112,7 @@ body {
}
#splash .login {
background: #fff url(/static/dashboard/img/logo.png) no-repeat center 35px;
background: #fff url(/static/dashboard/img/logo-splash.png) no-repeat center 35px;
position: absolute;
top: 80px;
left: 50%;