Display math not centred in XHTML.
Created by: jdh8
jax/output/NativeMML/config.js:
styles: {
"DIV.MathJax_MathML": {
"text-align": "center",
margin: ".75em 0px"
}
}
The DIV is capital, so it breaks in XHTML.
Created by: jdh8
jax/output/NativeMML/config.js:
styles: {
"DIV.MathJax_MathML": {
"text-align": "center",
margin: ".75em 0px"
}
}
The DIV is capital, so it breaks in XHTML.