mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-15 10:59:56 +00:00
11 lines
278 B
CSS
11 lines
278 B
CSS
|
/*!
|
||
|
* VisualEditor UserInterface CitationDialogTool styles.
|
||
|
*/
|
||
|
|
||
|
/* NB: Currently only used by Citoid, but belongs in this repo, along with the messages */
|
||
|
|
||
|
.ve-ui-educationPopup-image-cite {
|
||
|
background: url( images/reference-ltr.png ) no-repeat center/90%;
|
||
|
height: 150px;
|
||
|
}
|