mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
WelcomeDialog: Fix vertical spacing
Change-Id: I10667512dff829195af43ea47d51d662836512bf
This commit is contained in:
parent
e5e1810f02
commit
9ebda54297
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue