mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
5c84f0cd88
Reference images are moved to Cite and used by Citoid. Bug: T170919 Bug: T171292 Depends-On: I02041246dda1b3d3ad1bcc0b014fa022e8259b62 Change-Id: Id97659ed1fa64a1223a8957fefaf2a149edd0e9c
12 lines
316 B
CSS
12 lines
316 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface link inspector tool styles.
|
|
*
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-educationPopup-image-link {
|
|
background: url( images/link-ltr.png ) no-repeat center/90%;
|
|
height: 150px;
|
|
}
|