mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/dialogs/ve.ui.MWWelcomeDialog.css
Ed Sanders 1eb0ef2011 Consistently use spaces inside brackets in CSS
Change-Id: Ie63a50cb16cb89dac7060857220485d7d23f2fe3
2015-10-04 18:33:43 +01:00

18 lines
458 B
CSS

/*!
* 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;
}