mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-12 01:08:55 +00:00
CSS code style: spaces inside parentheses
Change-Id: Ia1324fe4ee98b487b82d01ee0d9cffe284a64811
This commit is contained in:
parent
92bd24474c
commit
dba01a653e
|
@ -11,5 +11,5 @@
|
|||
* See https://github.com/fred-wang/MathFonts
|
||||
*/
|
||||
font-family: LatinModernMathWOFF;
|
||||
src: url(./LatinModern/latinmodern-math.woff);
|
||||
src: url( ./LatinModern/latinmodern-math.woff );
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Browser-specific hacks are bad but let's use that for now...
|
||||
* See http://browserhacks.com
|
||||
*/
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
||||
.ve-ce-mwMathNode .mwe-math-mathml-a11y {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
|
@ -7,20 +7,20 @@
|
|||
|
||||
.oo-ui-icon-math {
|
||||
/* @embed */
|
||||
background-image: url(math.svg);
|
||||
background-image: url( math.svg );
|
||||
}
|
||||
|
||||
.oo-ui-icon-math-display-block {
|
||||
/* @embed */
|
||||
background-image: url(math-display-block.svg);
|
||||
background-image: url( math-display-block.svg );
|
||||
}
|
||||
|
||||
.oo-ui-icon-math-display-default {
|
||||
/* @embed */
|
||||
background-image: url(math-display-default.svg);
|
||||
background-image: url( math-display-default.svg );
|
||||
}
|
||||
|
||||
.oo-ui-icon-math-display-inline {
|
||||
/* @embed */
|
||||
background-image: url(math-display-inline.svg);
|
||||
background-image: url( math-display-inline.svg );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue