commit a2046c05a310755d5c2ee6745d9f606be27f6405
parent fdc34e3d8847cceddaf0c9d157b6f515c379cb94
Author: Frédéric Wang <fred.wang@free.fr>
Date: Fri, 18 Oct 2013 14:36:14 +0200
Restore the direction=ltr on the MathJax containers. #627
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js
@@ -223,6 +223,7 @@
"word-wrap": "normal",
"white-space": "nowrap",
"float": "none",
+ "direction": "ltr",
border: 0, padding: 0, margin: 0
},
diff --git a/unpacked/jax/output/SVG/jax.js b/unpacked/jax/output/SVG/jax.js
@@ -51,6 +51,7 @@
"word-wrap": "normal",
"white-space": "nowrap",
"float": "none",
+ "direction": "ltr",
border: 0, padding: 0, margin: 0
},