diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-24 16:45:17 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-24 16:45:17 +0000 |
commit | 618d2ff006c39c3ff4542885db89f6f90b184f5e (patch) | |
tree | 4d03befcc667de351706ae1c44e3cc8164c64d70 /tests | |
parent | 5dfab2cb48e4d9c16c470a9a734e40992fbc3e4c (diff) | |
download | pandoc-618d2ff006c39c3ff4542885db89f6f90b184f5e.tar.gz |
Changed default ASCIIMathML text color to black.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@289 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests')
-rw-r--r-- | tests/s5.fancy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/s5.fancy.html b/tests/s5.fancy.html index e015f7b99..a978dd8c7 100644 --- a/tests/s5.fancy.html +++ b/tests/s5.fancy.html @@ -720,7 +720,7 @@ See http://www1.chapman.edu/~jipsen/mathml/asciimath.html/ */ var checkForMathML = true; // check if browser can display MathML var notifyIfNoMathML = true; // display note if no MathML capability var alertIfNoMathML = false; // show alert box if no MathML capability -var mathcolor = "red"; // change it to "" (to inherit) or any other color +var mathcolor = ""; // change it to "" (to inherit) or any other color var mathfontfamily = "serif"; // change to "" to inherit (works in IE) // or another family (e.g. "arial") var displaystyle = true; // puts limits above and below large operators |