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

@ -246,6 +246,14 @@
"float": "none ! important" "float": "none ! important"
}, },
".MathJax *": {
transition: "none",
"-webkit-transition": "none",
"-moz-transition": "none",
"-ms-transition": "none",
"-o-transition": "none"
},
".MathJax_Processing": { ".MathJax_Processing": {
visibility: "hidden", position:"fixed", visibility: "hidden", position:"fixed",
width: 0, height: 0, overflow:"hidden" width: 0, height: 0, overflow:"hidden"

View File

@ -24,7 +24,7 @@
MathJax.OutputJax.SVG = MathJax.OutputJax({ MathJax.OutputJax.SVG = MathJax.OutputJax({
id: "SVG", id: "SVG",
version: "2.1.2", version: "2.1.3",
directory: MathJax.OutputJax.directory + "/SVG", directory: MathJax.OutputJax.directory + "/SVG",
extensionDir: MathJax.OutputJax.extensionDir + "/SVG", extensionDir: MathJax.OutputJax.extensionDir + "/SVG",
autoloadDir: MathJax.OutputJax.directory + "/SVG/autoload", autoloadDir: MathJax.OutputJax.directory + "/SVG/autoload",

View File

@ -60,6 +60,14 @@
width: "100%" width: "100%"
}, },
".MathJax_SVG *" {
transition: "none",
"-webkit-transition": "none",
"-moz-transition": "none",
"-ms-transition": "none",
"-o-transition": "none"
},
".mjx-svg-href": { ".mjx-svg-href": {
fill: "blue", stroke: "blue" fill: "blue", stroke: "blue"
}, },