WelcomeDialog: Fix vertical spacing

Change-Id: I10667512dff829195af43ea47d51d662836512bf
This commit is contained in:
Ed Sanders 2015-09-15 11:58:20 +01:00
parent e5e1810f02
commit 9ebda54297

View file

@ -5,6 +5,8 @@
* @license The MIT License (MIT); see LICENSE.txt
*/
.visualeditor-welcomedialog-content {
background: url(images/welcomeSplash.png) 50%/35% no-repeat;
margin-top: 1em;
background: url(images/welcomeSplash.png) 50% 100% no-repeat;
background-size: 35%;
height: 200px;
}