From a2046c05a310755d5c2ee6745d9f606be27f6405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Wang?= Date: Fri, 18 Oct 2013 14:36:14 +0200 Subject: [PATCH] Restore the direction=ltr on the MathJax containers. #627 --- unpacked/jax/output/HTML-CSS/jax.js | 1 + unpacked/jax/output/SVG/jax.js | 1 + 2 files changed, 2 insertions(+) diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js index 7653663a1..e881040d8 100644 --- 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 index ff5d47efc..7a44aeee0 100644 --- 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 },