Merge branch 'issue517' into develop. Issue #517.
This commit is contained in:
commit
3fc0a5762b
|
@ -227,17 +227,23 @@
|
||||||
"white-space": "nowrap",
|
"white-space": "nowrap",
|
||||||
"float": "none",
|
"float": "none",
|
||||||
"direction": "ltr",
|
"direction": "ltr",
|
||||||
|
"max-width": "none", "max-height": "none",
|
||||||
|
"min-width": 0, "min-height": 0,
|
||||||
border: 0, padding: 0, margin: 0
|
border: 0, padding: 0, margin: 0
|
||||||
},
|
},
|
||||||
|
|
||||||
".MathJax_Display": {
|
".MathJax_Display": {
|
||||||
position: "relative",
|
position: "relative",
|
||||||
display: "block!important",
|
display: "block!important",
|
||||||
|
"max-width": "none", "max-height": "none",
|
||||||
|
"min-width": 0, "min-height": 0,
|
||||||
width: "100%"
|
width: "100%"
|
||||||
},
|
},
|
||||||
|
|
||||||
".MathJax img, .MathJax nobr, .MathJax a": {
|
".MathJax img, .MathJax nobr, .MathJax a": {
|
||||||
border: 0, padding: 0, margin: 0, "max-width": "none", "max-height": "none",
|
border: 0, padding: 0, margin: 0,
|
||||||
|
"max-width": "none", "max-height": "none",
|
||||||
|
"min-width": 0, "min-height": 0,
|
||||||
"vertical-align": 0, "line-height": "normal",
|
"vertical-align": 0, "line-height": "normal",
|
||||||
"text-decoration": "none"
|
"text-decoration": "none"
|
||||||
},
|
},
|
||||||
|
@ -278,11 +284,13 @@
|
||||||
|
|
||||||
".MathJax_ExBox": {
|
".MathJax_ExBox": {
|
||||||
display:"block!important", overflow:"hidden",
|
display:"block!important", overflow:"hidden",
|
||||||
width:"1px", height:"60ex"
|
width:"1px", height:"60ex",
|
||||||
|
"min-height": 0, "max-height":"none"
|
||||||
},
|
},
|
||||||
".MathJax .MathJax_EmBox": {
|
".MathJax .MathJax_EmBox": {
|
||||||
display:"block!important", overflow:"hidden",
|
display:"block!important", overflow:"hidden",
|
||||||
width:"1px", height:"60em"
|
width:"1px", height:"60em",
|
||||||
|
"min-height": 0, "max-height":"none"
|
||||||
},
|
},
|
||||||
|
|
||||||
".MathJax .MathJax_HitBox": {
|
".MathJax .MathJax_HitBox": {
|
||||||
|
|
|
@ -101,6 +101,8 @@
|
||||||
"white-space": "nowrap",
|
"white-space": "nowrap",
|
||||||
"float": "none",
|
"float": "none",
|
||||||
"direction": "ltr",
|
"direction": "ltr",
|
||||||
|
"max-width": "none", "max-height": "none",
|
||||||
|
"min-width": 0, "min-height": 0,
|
||||||
border: 0, padding: 0, margin: 0
|
border: 0, padding: 0, margin: 0
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -115,6 +117,7 @@
|
||||||
".MathJax_mmlExBox": {
|
".MathJax_mmlExBox": {
|
||||||
display:"block!important", overflow:"hidden",
|
display:"block!important", overflow:"hidden",
|
||||||
height:"1px", width:"60ex",
|
height:"1px", width:"60ex",
|
||||||
|
"min-height": 0, "max-height":"none",
|
||||||
padding:0, border: 0, margin: 0
|
padding:0, border: 0, margin: 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,12 +52,16 @@
|
||||||
"white-space": "nowrap",
|
"white-space": "nowrap",
|
||||||
"float": "none",
|
"float": "none",
|
||||||
"direction": "ltr",
|
"direction": "ltr",
|
||||||
|
"max-width": "none", "max-height": "none",
|
||||||
|
"min-width": 0, "min-height": 0,
|
||||||
border: 0, padding: 0, margin: 0
|
border: 0, padding: 0, margin: 0
|
||||||
},
|
},
|
||||||
|
|
||||||
".MathJax_SVG_Display": {
|
".MathJax_SVG_Display": {
|
||||||
position: "relative",
|
position: "relative",
|
||||||
display: "block!important",
|
display: "block!important",
|
||||||
|
"max-width": "none", "max-height": "none",
|
||||||
|
"min-width": 0, "min-height": 0,
|
||||||
width: "100%"
|
width: "100%"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -81,7 +85,9 @@
|
||||||
|
|
||||||
".MathJax_SVG_ExBox": {
|
".MathJax_SVG_ExBox": {
|
||||||
display:"block!important", overflow:"hidden",
|
display:"block!important", overflow:"hidden",
|
||||||
width:"1px", height:"60ex"
|
width:"1px", height:"60ex",
|
||||||
|
"min-height": 0, "max-height":"none",
|
||||||
|
padding:0, border: 0, margin: 0
|
||||||
},
|
},
|
||||||
|
|
||||||
"#MathJax_SVG_Tooltip": {
|
"#MathJax_SVG_Tooltip": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user