mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-11 22:16:15 +00:00
d42a0772bb
Avoids having to update the date in every file every year, which we stopped doing. Change-Id: I7bf7aa0937eef911e00772470091753a7b06fd3d
18 lines
642 B
CSS
18 lines
642 B
CSS
/*!
|
|
* VisualEditor Vector-specific UserInterface DiffElement styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/* Content class is needed for content styling, but adds unwanted extra margins (T344181) */
|
|
.ve-ui-diffElement-document.content { /* stylelint-disable-line selector-class-pattern */
|
|
margin: 0;
|
|
}
|
|
|
|
/* Lack of space to indent param lists (T344181). Could be removed if sidebar layout changed. */
|
|
.ve-ui-diffElement-attributeChange.oo-ui-labelElement .oo-ui-labelElement-label ol,
|
|
.ve-ui-diffElement-attributeChange.oo-ui-labelElement .oo-ui-labelElement-label ul {
|
|
margin-left: 0;
|
|
}
|