From 74c270f3c9dba4eeb41dc195f2c3afdbe4460d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Wang?= Date: Fri, 8 Nov 2013 09:47:43 +0100 Subject: [PATCH] ... and now fix the issue myself. #650 --- unpacked/jax/output/NativeMML/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpacked/jax/output/NativeMML/config.js b/unpacked/jax/output/NativeMML/config.js index 3206d4141..4104f6b3c 100644 --- a/unpacked/jax/output/NativeMML/config.js +++ b/unpacked/jax/output/NativeMML/config.js @@ -38,7 +38,7 @@ MathJax.OutputJax.NativeMML = MathJax.OutputJax({ // (since the code for that is a bit delicate) styles: { - "DIV.MathJax_MathML": { + "div.MathJax_MathML": { "text-align": "center", margin: ".75em 0px" }