Merge branch 'issue449' into develop

Resolves issue #449.
This commit is contained in:
Davide P. Cervone 2013-04-29 16:09:07 -04:00
commit d09d4d7067
3 changed files with 17 additions and 1 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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"
},