mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-26 07:15:32 +00:00
e1a887ccf8
Change-Id: Icca4715411737a561302b44b127d91d117e7e29b
16 lines
374 B
CSS
16 lines
374 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;
|
|
}
|
|
|
|
.ve-ui-mwDesktopWikitextSurface .ve-ce-paragraphNode {
|
|
line-height: 20px;
|
|
margin: 0;
|
|
}
|