mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
16 lines
369 B
CSS
16 lines
369 B
CSS
|
/*!
|
||
|
* VisualEditor ContentEditable MediaWiki MWTransclusionNode styles.
|
||
|
*
|
||
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
||
|
* @license The MIT License (MIT); see LICENSE.txt
|
||
|
*/
|
||
|
|
||
|
.ve-ce-mwTransclusionInlineNode {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
/* HACK: Hide Ref errors in templates */
|
||
|
.ve-ce-mwTransclusionNode .mw-ext-cite-error {
|
||
|
display: none;
|
||
|
}
|