From: Mike G. v. a. <we...@ma...> - 2008-06-26 15:16:43
|
Log Message: ----------- point to the math2.css rather than math.css Tags: ---- rel-2-4-patches Modified Files: -------------- webwork2/conf/templates/math2: system.template Revision Data ------------- Index: system.template =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/templates/math2/Attic/system.template,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -Lconf/templates/math2/system.template -Lconf/templates/math2/system.template -u -r1.1.2.2 -r1.1.2.3 --- conf/templates/math2/system.template +++ conf/templates/math2/system.template @@ -24,7 +24,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> -<link rel="stylesheet" type="text/css" href="<!--#url type="webwork" name="htdocs"-->/css/math.css"/> +<link rel="stylesheet" type="text/css" href="<!--#url type="webwork" name="htdocs"-->/css/math2.css"/> <title><!--#path style="text" text=" : " textonly="1"--></title> <!--#head--> </head> |