mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
8bca6cc777
Change-Id: Id027681ab5f0c9f4b9ed127b583e45f0fe57ce69 Depends-On: I02f3849027a6652701c2d354d1b77ece9d1a56c1
17 lines
459 B
CSS
17 lines
459 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization DesktopWikitextSurface styles.
|
|
*
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwDesktopWikitextSurface .ve-ce-documentNode {
|
|
font-size: 13.3333px;
|
|
/* Inherit mw-editfont setting instead of default source mode setting */
|
|
font-family: inherit;
|
|
}
|
|
|
|
.ve-ui-mwDesktopWikitextSurface .ve-ce-paragraphNode {
|
|
line-height: 20px;
|
|
}
|