MWWelcomeDialog: Switch out graphic for new one

Change-Id: I7ca0625e16535cf287161f66aaf1ce7e8db740aa
This commit is contained in:
James D. Forrester 2015-09-15 10:50:19 -07:00
parent 42a8c4671e
commit 004ae8570a
4 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

View file

@ -6,7 +6,7 @@
*/
.visualeditor-welcomedialog-content {
margin-top: 1em;
background: url(images/welcomeSplash.png) 50% 100% no-repeat;
background: url(images/welcomeSplash-ltr.png) 50% 100% no-repeat;
background-size: 35%;
height: 200px;
}