mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-26 07:15:32 +00:00
2ce9979d36
Expects I5f0433e9 in core Bug: T145016 Change-Id: I3b57d566d2846ea284e620d7335c4a3f62df518a
16 lines
380 B
CSS
16 lines
380 B
CSS
/*!
|
|
* VisualEditor MediaWiki Initialization DesktopWikitextArticleTarget 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;
|
|
}
|