mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
bc02c44d36
Change-Id: I56bb10749cac04e17ace2781b4d693ec5f522e7c
16 lines
420 B
CSS
16 lines
420 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization WikitextSurface styles.
|
|
*
|
|
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwWikitextSurface .ve-ce-attachedRootNode {
|
|
/* Inherit mw-editfont setting instead of default source mode setting */
|
|
font-family: inherit;
|
|
}
|
|
|
|
.ve-ui-mwWikitextSurface .ve-ce-paragraphNode {
|
|
line-height: 1.5em;
|
|
}
|