commit d09d4d70674bcf49f7672391c53ec53ad99a9384
parent 596a7cea9813f45748fd9cb492566c4d79559fb0
Author: Davide P. Cervone <dpvc@union.edu>
Date: Mon, 29 Apr 2013 16:09:07 -0400
Merge branch 'issue449' into develop
Resolves issue #449.
Diffstat:
3 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js
@@ -245,6 +245,14 @@
display: "inline ! important",
"float": "none ! important"
},
+
+ ".MathJax *": {
+ transition: "none",
+ "-webkit-transition": "none",
+ "-moz-transition": "none",
+ "-ms-transition": "none",
+ "-o-transition": "none"
+ },
".MathJax_Processing": {
visibility: "hidden", position:"fixed",
diff --git a/unpacked/jax/output/SVG/config.js b/unpacked/jax/output/SVG/config.js
@@ -24,7 +24,7 @@
MathJax.OutputJax.SVG = MathJax.OutputJax({
id: "SVG",
- version: "2.1.2",
+ version: "2.1.3",
directory: MathJax.OutputJax.directory + "/SVG",
extensionDir: MathJax.OutputJax.extensionDir + "/SVG",
autoloadDir: MathJax.OutputJax.directory + "/SVG/autoload",
diff --git a/unpacked/jax/output/SVG/jax.js b/unpacked/jax/output/SVG/jax.js
@@ -60,6 +60,14 @@
width: "100%"
},
+ ".MathJax_SVG *" {
+ transition: "none",
+ "-webkit-transition": "none",
+ "-moz-transition": "none",
+ "-ms-transition": "none",
+ "-o-transition": "none"
+ },
+
".mjx-svg-href": {
fill: "blue", stroke: "blue"
},