Previous commit in this branch was too agressive about setting display to in-line; now use span.MathJax_MathML and div.MathJax_MathML to get it right. Issue #274.
This commit is contained in:
parent
aa7440244a
commit
ecf512e73a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -36,7 +36,6 @@
|
|||
config: {
|
||||
styles: {
|
||||
".MathJax_MathML": {
|
||||
"display": "inline",
|
||||
"font-style": "normal",
|
||||
"font-weight": "normal",
|
||||
"line-height": "normal",
|
||||
|
@ -54,6 +53,14 @@
|
|||
border: 0, padding: 0, margin: 0
|
||||
},
|
||||
|
||||
"span.MathJax_MathML": {
|
||||
display: "inline"
|
||||
},
|
||||
|
||||
"div.MathJax_MathML": {
|
||||
display: "block"
|
||||
},
|
||||
|
||||
".MathJax_mmlExBox": {
|
||||
display:"block", overflow:"hidden",
|
||||
height:"1px", width:"60ex",
|
||||
|
|
Loading…
Reference in New Issue
Block a user