mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/dialogs/ve.ui.MWWelcomeDialog.css
Ed Sanders 5461c56380 stylelint: Enforce class name pattern
Change-Id: Ia41a08424f840d353eb7fc213815f7992da4a2ef
2019-01-13 15:14:53 +00:00

20 lines
462 B
CSS

/*!
* VisualEditor MediaWiki UserInterface beta welcome dialog styles.
*
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-init-mw-welcomeDialog-content:before {
content: '';
background: url( images/welcomeSplash-ltr.png ) center no-repeat;
background-size: contain;
display: block;
height: 8em;
}
.ve-init-mw-welcomeDialog-content {
display: block;
text-align: center;
}