From 618d2ff006c39c3ff4542885db89f6f90b184f5e Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 24 Dec 2006 16:45:17 +0000 Subject: Changed default ASCIIMathML text color to black. git-svn-id: https://pandoc.googlecode.com/svn/trunk@289 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/s5.fancy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3