mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
17 lines
405 B
CSS
17 lines
405 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-family: monospace;
|
||
|
font-size: 13.3333px;
|
||
|
}
|
||
|
|
||
|
.ve-ui-mwDesktopWikitextSurface .ve-ce-paragraphNode {
|
||
|
line-height: 20px;
|
||
|
margin: 0;
|
||
|
}
|