commit a3fd08bb7a6fcc76385adfb5827ea0e35b6d2347
parent 126bd1c3736b6ed1a2645b8cb64ec0ffa4253a58
Author: Davide P. Cervone <dpvc@union.edu>
Date: Thu, 13 Feb 2014 14:29:38 -0500
Add text-indent:0 to SVG and HTML-CSS output. Resolves issue #473.
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
@@ -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
@@ -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%"