Skip to content

Commit

Permalink
Merge branch 'issue449' into develop
Browse files Browse the repository at this point in the history
Resolves issue mathjax#449.
  • Loading branch information
dpvc committed Apr 29, 2013
2 parents 596a7ce + 94e92dc commit d09d4d7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions unpacked/jax/output/HTML-CSS/jax.js
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion unpacked/jax/output/SVG/config.js
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions unpacked/jax/output/SVG/jax.js
Expand Up @@ -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"
},
Expand Down

0 comments on commit d09d4d7

Please sign in to comment.