From a3fd08bb7a6fcc76385adfb5827ea0e35b6d2347 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Thu, 13 Feb 2014 14:29:38 -0500 Subject: [PATCH] Add text-indent:0 to SVG and HTML-CSS output. Resolves issue #473. --- 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 5cba138bd..634470b0c 100644 --- a/unpacked/jax/output/HTML-CSS/jax.js +++ b/unpacked/jax/output/HTML-CSS/jax.js @@ -242,6 +242,7 @@ ".MathJax_Display": { position: "relative", display: "block!important", + "text-indent": 0, "max-width": "none", "max-height": "none", "min-width": 0, "min-height": 0, width: "100%" diff --git a/unpacked/jax/output/SVG/jax.js b/unpacked/jax/output/SVG/jax.js index 237afd524..1fb89172b 100644 --- a/unpacked/jax/output/SVG/jax.js +++ b/unpacked/jax/output/SVG/jax.js @@ -60,6 +60,7 @@ ".MathJax_SVG_Display": { position: "relative", display: "block!important", + "text-indent": 0, "max-width": "none", "max-height": "none", "min-width": 0, "min-height": 0, width: "100%"