diff css/syntax.css @ 24:f4a3ea2e76af

fixed css for IE
author nick <nrclark@essex.ac.uk>
date Wed, 21 Nov 2012 18:27:24 +0000
parents 2b8de4c69a20
children
line wrap: on
line diff
--- a/css/syntax.css	Tue Nov 20 20:53:49 2012 +0000
+++ b/css/syntax.css	Wed Nov 21 18:27:24 2012 +0000
@@ -16,7 +16,7 @@
 
 .highlight .k, .highlight .kp { color: blue } /* keyword */
 .highlight .no { color: darkblue } /* constant */
-.highlight .s1 { color: red } /* string */
+.highlight .s1 { color: green } /* string */
 .highlight .n { color: black } /* identifier */
 .highlight .o, .highlight .p { color: darkblue } /* = + */
 .highlight .ss { color: darkblue } /* symbol */