mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
0d362040bd
New changes: 6515e03e1 ve.ce.Surface: Rearrange #findBlockSlug test to check other cases cbfdc8570 Localisation updates from https://translatewiki.net. 708ba0557 Prevent block slugs from overlapping floated elements 3703fd66d Separate the concept of a document node and a root node in CSS Bug: T211844 Change-Id: Ia86cf9b23e561d3c32601d41c1bc5a9824e9953c
16 lines
412 B
CSS
16 lines
412 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization WikitextSurface styles.
|
|
*
|
|
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwWikitextSurface .ve-ce-rootNode {
|
|
/* Inherit mw-editfont setting instead of default source mode setting */
|
|
font-family: inherit;
|
|
}
|
|
|
|
.ve-ui-mwWikitextSurface .ve-ce-paragraphNode {
|
|
line-height: 1.5em;
|
|
}
|