www

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

commit 72f9d5f4088d9f8d888843aff82e1bee0e4c1514
parent 4f10613b2aca61272927e8ce9bf51210aea4ccd9
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Thu,  6 Feb 2014 15:07:35 -0500

Added '!important' to NativeMML CSS as well.  (Issue #580.)

Diffstat:
Munpacked/jax/output/NativeMML/jax.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/unpacked/jax/output/NativeMML/jax.js b/unpacked/jax/output/NativeMML/jax.js @@ -105,15 +105,15 @@ }, "span.MathJax_MathML": { - display: "inline" + display: "inline!important" }, "div.MathJax_MathML": { - display: "block" + display: "block!important" }, ".MathJax_mmlExBox": { - display:"block", overflow:"hidden", + display:"block!important", overflow:"hidden", height:"1px", width:"60ex", padding:0, border: 0, margin: 0 }