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