mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-15 11:48:23 +00:00
dba01a653e
Change-Id: Ia1324fe4ee98b487b82d01ee0d9cffe284a64811
27 lines
558 B
CSS
27 lines
558 B
CSS
/*!
|
|
* VisualEditor UserInterface Math icon styles.
|
|
*
|
|
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.oo-ui-icon-math {
|
|
/* @embed */
|
|
background-image: url( math.svg );
|
|
}
|
|
|
|
.oo-ui-icon-math-display-block {
|
|
/* @embed */
|
|
background-image: url( math-display-block.svg );
|
|
}
|
|
|
|
.oo-ui-icon-math-display-default {
|
|
/* @embed */
|
|
background-image: url( math-display-default.svg );
|
|
}
|
|
|
|
.oo-ui-icon-math-display-inline {
|
|
/* @embed */
|
|
background-image: url( math-display-inline.svg );
|
|
}
|