mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
2496fcefb0
Bug: T191095 Change-Id: Ic329fe22a6758fe58ec56dc3b5a293b83d9b38fb
15 lines
395 B
CSS
15 lines
395 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface beta welcome dialog styles.
|
|
*
|
|
* @copyright 2011-2018 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% -1em no-repeat;
|
|
background-size: contain;
|
|
display: block;
|
|
text-align: center;
|
|
padding-top: 12em;
|
|
}
|