www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 74c270f3c9dba4eeb41dc195f2c3afdbe4460d71
parent 767225cd3e216827d3badebf7c7872e96a5e678d
Author: Frédéric Wang <fred.wang@free.fr>
Date:   Fri,  8 Nov 2013 09:47:43 +0100

... and now fix the issue myself. #650

Diffstat:
Munpacked/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 @@ -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" }