mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
77eae16b88
Changes: * Override ve.ui.SurfaceWidget for use in MW * Add mw-body-content class to surface view container * Assert 1em sizing for surface view container to prevent mw-body-content from applying its own sizing * Add new scripts and styles to RL config Bug: 71652 Change-Id: Iac86facdc0c7a0e48c0f3617e2f6c2e7f001525e
11 lines
256 B
CSS
11 lines
256 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface MWSurfaceWidget styles.
|
|
*
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwSurfaceWidget .ve-ce-surface {
|
|
font-size: 1em;
|
|
}
|