Add '!important' to CSS for display property. Resolves issue #580.
This commit is contained in:
parent
67ee149dd2
commit
4f10613b2a
|
@ -229,7 +229,7 @@
|
||||||
|
|
||||||
".MathJax_Display": {
|
".MathJax_Display": {
|
||||||
position: "relative",
|
position: "relative",
|
||||||
display: "block",
|
display: "block!important",
|
||||||
width: "100%"
|
width: "100%"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -239,8 +239,8 @@
|
||||||
"text-decoration": "none"
|
"text-decoration": "none"
|
||||||
},
|
},
|
||||||
"img.MathJax_strut": {
|
"img.MathJax_strut": {
|
||||||
border:"0 !important", padding:"0 !important", margin: "0 !important",
|
border:"0!important", padding:"0!important", margin:"0!important",
|
||||||
"vertical-align": "0 !important"
|
"vertical-align": "0!important"
|
||||||
},
|
},
|
||||||
|
|
||||||
".MathJax span": {
|
".MathJax span": {
|
||||||
|
@ -251,12 +251,12 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
".MathJax nobr": {
|
".MathJax nobr": {
|
||||||
"white-space": "nowrap ! important"
|
"white-space": "nowrap!important"
|
||||||
},
|
},
|
||||||
|
|
||||||
".MathJax img": {
|
".MathJax img": {
|
||||||
display: "inline ! important",
|
display: "inline!important",
|
||||||
"float": "none ! important"
|
"float": "none!important"
|
||||||
},
|
},
|
||||||
|
|
||||||
".MathJax *": {
|
".MathJax *": {
|
||||||
|
@ -274,11 +274,11 @@
|
||||||
".MathJax_Processed": {display:"none!important"},
|
".MathJax_Processed": {display:"none!important"},
|
||||||
|
|
||||||
".MathJax_ExBox": {
|
".MathJax_ExBox": {
|
||||||
display:"block", overflow:"hidden",
|
display:"block!importatn", 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"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -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