mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/ve.ui.MWWikitextSurface.css
Ed Sanders 5ca02bae09 Use ems for mobile surface font sizes, and add top/bottom spacing
Change-Id: Ida827b54a49c427f2fad2de1f634d8c4e4d28154
2017-02-28 15:07:39 +00:00

17 lines
460 B
CSS

/*!
* VisualEditor MediaWiki Initialization WikitextSurface styles.
*
* @copyright 2011-2017 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ui-mwWikitextSurface .ve-ce-documentNode {
font-size: 1.17216em; /*(13.3333/11.375)*/
/* Inherit mw-editfont setting instead of default source mode setting */
font-family: inherit;
}
.ve-ui-mwWikitextSurface .ve-ce-paragraphNode {
line-height: 1.5em;
}