2016-05-26 12:08:26 +00:00
|
|
|
/*!
|
2017-01-17 22:00:30 +00:00
|
|
|
* VisualEditor MediaWiki Initialization WikitextSurface styles.
|
2016-05-26 12:08:26 +00:00
|
|
|
*
|
2018-01-03 00:54:47 +00:00
|
|
|
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
2016-05-26 12:08:26 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2017-03-03 11:59:06 +00:00
|
|
|
.ve-ui-mwWikitextSurface .ve-ce-documentNode {
|
2016-11-30 18:41:50 +00:00
|
|
|
/* Inherit mw-editfont setting instead of default source mode setting */
|
|
|
|
font-family: inherit;
|
2016-05-26 12:08:26 +00:00
|
|
|
}
|
|
|
|
|
2017-01-17 22:00:30 +00:00
|
|
|
.ve-ui-mwWikitextSurface .ve-ce-paragraphNode {
|
2017-01-22 12:51:26 +00:00
|
|
|
line-height: 1.5em;
|
2016-05-26 12:08:26 +00:00
|
|
|
}
|