Merge branch 'issue580' into develop. Issue #580.
This commit is contained in:
commit
cdcc04d521
|
@ -232,7 +232,7 @@
|
||||||
|
|
||||||
".MathJax_Display": {
|
".MathJax_Display": {
|
||||||
position: "relative",
|
position: "relative",
|
||||||
display: "block",
|
display: "block!important",
|
||||||
width: "100%"
|
width: "100%"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -277,11 +277,11 @@
|
||||||
".MathJax_Processed": {display:"none!important"},
|
".MathJax_Processed": {display:"none!important"},
|
||||||
|
|
||||||
".MathJax_ExBox": {
|
".MathJax_ExBox": {
|
||||||
display:"block", overflow:"hidden",
|
display:"block!important", overflow:"hidden",
|
||||||
width:"1px", height:"60ex"
|
width:"1px", height:"60ex"
|
||||||
},
|
},
|
||||||
".MathJax .MathJax_EmBox": {
|
".MathJax .MathJax_EmBox": {
|
||||||
display:"block", overflow:"hidden",
|
display:"block!important", overflow:"hidden",
|
||||||
width:"1px", height:"60em"
|
width:"1px", height:"60em"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -105,15 +105,15 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"span.MathJax_MathML": {
|
"span.MathJax_MathML": {
|
||||||
display: "inline"
|
display: "inline!important"
|
||||||
},
|
},
|
||||||
|
|
||||||
"div.MathJax_MathML": {
|
"div.MathJax_MathML": {
|
||||||
display: "block"
|
display: "block!important"
|
||||||
},
|
},
|
||||||
|
|
||||||
".MathJax_mmlExBox": {
|
".MathJax_mmlExBox": {
|
||||||
display:"block", overflow:"hidden",
|
display:"block!important", overflow:"hidden",
|
||||||
height:"1px", width:"60ex",
|
height:"1px", width:"60ex",
|
||||||
padding:0, border: 0, margin: 0
|
padding:0, border: 0, margin: 0
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
".MathJax_SVG_Display": {
|
".MathJax_SVG_Display": {
|
||||||
position: "relative",
|
position: "relative",
|
||||||
display: "block",
|
display: "block!important",
|
||||||
width: "100%"
|
width: "100%"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -75,12 +75,12 @@
|
||||||
|
|
||||||
".MathJax_SVG_Processing": {
|
".MathJax_SVG_Processing": {
|
||||||
visibility: "hidden", position:"absolute", top:0, left:0,
|
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_Processed": {display:"none!important"},
|
||||||
|
|
||||||
".MathJax_SVG_ExBox": {
|
".MathJax_SVG_ExBox": {
|
||||||
display:"block", overflow:"hidden",
|
display:"block!important", overflow:"hidden",
|
||||||
width:"1px", height:"60ex"
|
width:"1px", height:"60ex"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user