2016-05-26 12:08:26 +00:00
|
|
|
/*!
|
2016-11-14 16:07:13 +00:00
|
|
|
* VisualEditor MediaWiki Initialization DesktopWikitextSurface styles.
|
2016-05-26 12:08:26 +00:00
|
|
|
*
|
2017-01-03 16:58:33 +00:00
|
|
|
* @copyright 2011-2017 VisualEditor Team and others; see AUTHORS.txt
|
2016-05-26 12:08:26 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ve-ui-mwDesktopWikitextSurface .ve-ce-documentNode {
|
|
|
|
font-size: 13.3333px;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.ve-ui-mwDesktopWikitextSurface .ve-ce-paragraphNode {
|
|
|
|
line-height: 20px;
|
|
|
|
}
|