Skip to content

Commit 651b99e

Browse files
committed
Merge branch 'issue274' into develop
2 parents 0d89653 + ecf512e commit 651b99e

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

config/AM_HTMLorMML-full.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/Accessible-full.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/MML_HTMLorMML-full.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-AMS-MML_HTMLorMML-full.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/TeX-MML-AM_HTMLorMML-full.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jax/output/NativeMML/jax.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unpacked/jax/output/NativeMML/jax.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
config: {
3737
styles: {
3838
".MathJax_MathML": {
39-
"display": "inline",
4039
"font-style": "normal",
4140
"font-weight": "normal",
4241
"line-height": "normal",
@@ -54,6 +53,14 @@
5453
border: 0, padding: 0, margin: 0
5554
},
5655

56+
"span.MathJax_MathML": {
57+
display: "inline"
58+
},
59+
60+
"div.MathJax_MathML": {
61+
display: "block"
62+
},
63+
5764
".MathJax_mmlExBox": {
5865
display:"block", overflow:"hidden",
5966
height:"1px", width:"60ex",

0 commit comments

Comments
 (0)