/*!
 * VisualEditor MediaWiki UserInterface beta welcome dialog styles.
 *
 * @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */
.visualeditor-welcomedialog-content {
	background: url(images/welcomeSplash-ltr.png) 50% 100% no-repeat;
	background-size: 50%;
	height: 200px;
	text-align: center;
}

.visualeditor-welcomedialog-content-text {
	display: inline-block;
	margin-top: 12em;
}
