mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/ve.ui.MWDesktopWikitextSurface.css
Ed Sanders 8bca6cc777 Inherit more functionality from core source mode
Change-Id: Id027681ab5f0c9f4b9ed127b583e45f0fe57ce69
Depends-On: I02f3849027a6652701c2d354d1b77ece9d1a56c1
2016-12-01 18:44:54 +00:00

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;
}