mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
840c871a97
By searching for CSS classes that don't exist in the code. In some cases the classes were used but had been renamed. Change-Id: I76442a632c18d2133cdf78c4555da149c0a7888c
13 lines
381 B
CSS
13 lines
381 B
CSS
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWBlockImageNode styles.
|
|
*
|
|
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
/*csslint regex-selectors:false, overqualified-elements:false */
|
|
|
|
/* Override paragraph margins inside of captions */
|
|
.ve-ce-mwBlockImageNode figcaption p {
|
|
margin: 0 !important;
|
|
}
|