commit a843a9494a542456874a316a671691b37131a66d parent b8561b07bff98367daf13c38caa592ee99e0ede3 Author: Davide P. Cervone <dpvc@union.edu> Date: Mon, 29 Apr 2013 19:31:56 -0400 Fix missing colon in styles Diffstat:
| M | 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 @@ -60,7 +60,7 @@ width: "100%" }, - ".MathJax_SVG *" { + ".MathJax_SVG *": { transition: "none", "-webkit-transition": "none", "-moz-transition": "none",