comparison editor.css @ 112:c0cf9444cf88

Add quotes to strings in editor
author Mike Pavone <pavone@retrodev.com>
date Sun, 14 Apr 2013 18:16:03 -0700
parents b2a3f202d485
children c0bfff39abe3
comparison
equal deleted inserted replaced
111:b2a3f202d485 112:c0cf9444cf88
208 .string 208 .string
209 { 209 {
210 color: #FF1030; 210 color: #FF1030;
211 } 211 }
212 212
213 .string:before, .string:after
214 {
215 content: '"';
216 }
217
213 .funpart 218 .funpart
214 { 219 {
215 color: #108030; 220 color: #108030;
216 } 221 }
217 222