css selectors are not symbols.....

This commit is contained in:
Mark Moser 2016-07-29 13:23:25 -05:00
parent 484766a377
commit a901186a74

View File

@ -39,7 +39,7 @@ dawn2:
dawn3: dawn3:
candidate: dawn candidate: dawn
question: fed3 question: fed3
answer: {html: "<h1>I'm a little tealpot</h1>", css: 'h1: {color: teal;}', js: ''} answer: {html: "<h1>I'm a little tealpot</h1>", css: 'h1 {color: teal;}', js: ''}
saved: 0 saved: 0
submitted: true submitted: true
created_at: <%= DateTime.now() - 38.hours - 50.minutes %> created_at: <%= DateTime.now() - 38.hours - 50.minutes %>
@ -75,7 +75,7 @@ dawn6:
dawn7: dawn7:
candidate: dawn candidate: dawn
question: fed7 question: fed7
answer: {html: '<p>This means <strong>jQuery</strong> needs to be available in live-coder!</p>', css: 'strong: {font-size: 1.6em;} green: {color: green;}', js: '$("strong").addClass("green");'} answer: {html: '<p>This means <strong>jQuery</strong> needs to be available in live-coder!</p>', css: "strong {font-size: 1.6em;}\n .green {color: green;}", js: '$("strong").addClass("green");'}
saved: 0 saved: 0
submitted: true submitted: true
created_at: <%= DateTime.now() - 38.hours - 34.minutes %> created_at: <%= DateTime.now() - 38.hours - 34.minutes %>
@ -129,7 +129,7 @@ richard2:
richard3: richard3:
candidate: richard candidate: richard
question: fed3 question: fed3
answer: {html: '<h1>Salmon</h1>', css: 'h1: {color: salmon;}', js: ''} answer: {html: '<h1>Salmon</h1>', css: 'h1 {color: salmon;}', js: ''}
saved: 0 saved: 0
submitted: true submitted: true
created_at: <%= DateTime.now() - 36.hours - 26.minutes %> created_at: <%= DateTime.now() - 36.hours - 26.minutes %>
@ -165,7 +165,7 @@ richard6:
richard7: richard7:
candidate: richard candidate: richard
question: fed7 question: fed7
answer: {html: '<p>This means <strong>jQuery</strong> needs to be available in live-coder!</p>', css: 'strong: {font-size: 1.6em;} green: {color: green;}', js: '$("strong").addClass("green");'} answer: {html: '<p>This means <strong>jQuery</strong> needs to be available in live-coder!</p>', css: "strong {font-size: 1.6em;} .green {color: green;}", js: '$("strong").addClass("green");'}
saved: 0 saved: 0
submitted: true submitted: true
created_at: <%= DateTime.now() - 36.hours - 34.minutes %> created_at: <%= DateTime.now() - 36.hours - 34.minutes %>