CSS code style: spaces inside parentheses

Change-Id: Ia1324fe4ee98b487b82d01ee0d9cffe284a64811
This commit is contained in:
Ed Sanders 2015-10-22 15:26:20 +01:00
parent 92bd24474c
commit dba01a653e
3 changed files with 6 additions and 6 deletions

View File

@ -11,5 +11,5 @@
* See https://github.com/fred-wang/MathFonts * See https://github.com/fred-wang/MathFonts
*/ */
font-family: LatinModernMathWOFF; font-family: LatinModernMathWOFF;
src: url(./LatinModern/latinmodern-math.woff); src: url( ./LatinModern/latinmodern-math.woff );
} }

View File

@ -3,7 +3,7 @@
* Browser-specific hacks are bad but let's use that for now... * Browser-specific hacks are bad but let's use that for now...
* See http://browserhacks.com * 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 { .ve-ce-mwMathNode .mwe-math-mathml-a11y {
display: none !important; display: none !important;
} }

View File

@ -7,20 +7,20 @@
.oo-ui-icon-math { .oo-ui-icon-math {
/* @embed */ /* @embed */
background-image: url(math.svg); background-image: url( math.svg );
} }
.oo-ui-icon-math-display-block { .oo-ui-icon-math-display-block {
/* @embed */ /* @embed */
background-image: url(math-display-block.svg); background-image: url( math-display-block.svg );
} }
.oo-ui-icon-math-display-default { .oo-ui-icon-math-display-default {
/* @embed */ /* @embed */
background-image: url(math-display-default.svg); background-image: url( math-display-default.svg );
} }
.oo-ui-icon-math-display-inline { .oo-ui-icon-math-display-inline {
/* @embed */ /* @embed */
background-image: url(math-display-inline.svg); background-image: url( math-display-inline.svg );
} }