www

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

commit 4f10613b2aca61272927e8ce9bf51210aea4ccd9
parent 67ee149dd2007b15796a6b85b897ac60a7e14e28
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Thu,  6 Feb 2014 14:31:17 -0500

Add '!important' to CSS for display property.  Resolves issue #580.

Diffstat:
Munpacked/jax/output/HTML-CSS/jax.js | 16++++++++--------
Munpacked/jax/output/SVG/jax.js | 6+++---
2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js @@ -229,7 +229,7 @@ ".MathJax_Display": { position: "relative", - display: "block", + display: "block!important", width: "100%" }, @@ -239,8 +239,8 @@ "text-decoration": "none" }, "img.MathJax_strut": { - border:"0 !important", padding:"0 !important", margin: "0 !important", - "vertical-align": "0 !important" + border:"0!important", padding:"0!important", margin:"0!important", + "vertical-align": "0!important" }, ".MathJax span": { @@ -251,12 +251,12 @@ }, ".MathJax nobr": { - "white-space": "nowrap ! important" + "white-space": "nowrap!important" }, ".MathJax img": { - display: "inline ! important", - "float": "none ! important" + display: "inline!important", + "float": "none!important" }, ".MathJax *": { @@ -274,11 +274,11 @@ ".MathJax_Processed": {display:"none!important"}, ".MathJax_ExBox": { - display:"block", overflow:"hidden", + display:"block!importatn", overflow:"hidden", width:"1px", height:"60ex" }, ".MathJax .MathJax_EmBox": { - display:"block", overflow:"hidden", + display:"block!important", overflow:"hidden", width:"1px", height:"60em" }, diff --git a/unpacked/jax/output/SVG/jax.js b/unpacked/jax/output/SVG/jax.js @@ -57,7 +57,7 @@ ".MathJax_SVG_Display": { position: "relative", - display: "block", + display: "block!important", width: "100%" }, @@ -75,12 +75,12 @@ ".MathJax_SVG_Processing": { visibility: "hidden", position:"absolute", top:0, left:0, - width:0, height: 0, overflow:"hidden", display:"block" + width:0, height: 0, overflow:"hidden", display:"block!important" }, ".MathJax_SVG_Processed": {display:"none!important"}, ".MathJax_SVG_ExBox": { - display:"block", overflow:"hidden", + display:"block!important", overflow:"hidden", width:"1px", height:"60ex" },