Merge branch 'issue580' into develop. Issue #580.

This commit is contained in:
Davide P. Cervone 2014-02-07 10:01:53 -05:00
commit cdcc04d521
3 changed files with 14 additions and 14 deletions

View File

@ -232,7 +232,7 @@
".MathJax_Display": {
position: "relative",
display: "block",
display: "block!important",
width: "100%"
},
@ -277,11 +277,11 @@
".MathJax_Processed": {display:"none!important"},
".MathJax_ExBox": {
display:"block", overflow:"hidden",
display:"block!important", overflow:"hidden",
width:"1px", height:"60ex"
},
".MathJax .MathJax_EmBox": {
display:"block", overflow:"hidden",
display:"block!important", overflow:"hidden",
width:"1px", height:"60em"
},

View File

@ -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
}

View File

@ -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"
},