Mercurial > hg > bioaid
comparison 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 |
comparison
equal
deleted
inserted
replaced
23:0fcc62e7a6b5 | 24:f4a3ea2e76af |
---|---|
14 * under the License. | 14 * under the License. |
15 */ | 15 */ |
16 | 16 |
17 .highlight .k, .highlight .kp { color: blue } /* keyword */ | 17 .highlight .k, .highlight .kp { color: blue } /* keyword */ |
18 .highlight .no { color: darkblue } /* constant */ | 18 .highlight .no { color: darkblue } /* constant */ |
19 .highlight .s1 { color: red } /* string */ | 19 .highlight .s1 { color: green } /* string */ |
20 .highlight .n { color: black } /* identifier */ | 20 .highlight .n { color: black } /* identifier */ |
21 .highlight .o, .highlight .p { color: darkblue } /* = + */ | 21 .highlight .o, .highlight .p { color: darkblue } /* = + */ |
22 .highlight .ss { color: darkblue } /* symbol */ | 22 .highlight .ss { color: darkblue } /* symbol */ |
23 .highlight .c1 { color: gray } /* comment */ | 23 .highlight .c1 { color: gray } /* comment */ |