mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
1ae5c13cb9
New changes: 5b448fa [BREAKING CHANGE] Merge Mobile/DesktopSurface into Surface 2d8959b Localisation updates from https://translatewiki.net. 7eee772 Follow-up 2d8959b: Fix build for added language 'io' f0dcedb ve.dm.TableMatrix: Really indent ASCII-art comments Change-Id: I62708f7caeb03b16cd318aab0b0ee3c674e75a26
17 lines
438 B
CSS
17 lines
438 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: 13.3333px;
|
|
/* Inherit mw-editfont setting instead of default source mode setting */
|
|
font-family: inherit;
|
|
}
|
|
|
|
.ve-ui-mwWikitextSurface .ve-ce-paragraphNode {
|
|
line-height: 20px;
|
|
}
|