www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6b6623bc5c1cb0e6211dfc0594dc3f080c40cc29
parent 5328112581ebee89e81f35874ca5945e9338256e
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri, 14 Feb 2014 08:32:48 -0500

Merge branch 'issue473' into develop.  Issue #473.

Diffstat:
Munpacked/jax/output/HTML-CSS/jax.js | 1+
Munpacked/jax/output/SVG/jax.js | 1+
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%"