mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-12-01 10:46:36 +00:00
7bbff3f208
Change-Id: Ia38926b253e53a2cef5dfab623353e1dd79ad613
27 lines
550 B
CSS
27 lines
550 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);
|
|
}
|