mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/ve.ui.MWDesktopWikitextSurface.css
Ed Sanders c452e134cc Wikitext surface alpha feature
Edit wikitext with the VE interace.

Bug: T104479
Bug: T142138
Change-Id: Ic95b47e0dd378578555c4a2342ca9c87064ed1d5
2016-08-12 18:37:29 +00:00

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;
}