From a843a9494a542456874a316a671691b37131a66d Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Mon, 29 Apr 2013 19:31:56 -0400 Subject: [PATCH] Fix missing colon in styles --- unpacked/jax/output/SVG/jax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpacked/jax/output/SVG/jax.js b/unpacked/jax/output/SVG/jax.js index 6d3b65e38..1a61ed335 100644 --- a/unpacked/jax/output/SVG/jax.js +++ b/unpacked/jax/output/SVG/jax.js @@ -60,7 +60,7 @@ width: "100%" }, - ".MathJax_SVG *" { + ".MathJax_SVG *": { transition: "none", "-webkit-transition": "none", "-moz-transition": "none",