mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Update demo-simple-rt-task.html
* Fixed wonky display on the instructions screen caused by a div having 'class' rather than 'style' set to 'float: right'
This commit is contained in:
parent
5d7614667e
commit
24741a40c8
@ -30,7 +30,7 @@
|
||||
"as fast as you can.</p>" +
|
||||
"<div style='float: left;'><img src='img/blue.png'></img>" +
|
||||
"<p class='small'><strong>Press the F key</strong></p></div>" +
|
||||
"<div class='float: right;'><img src='img/orange.png'></img>" +
|
||||
"<div style='float: right;'><img src='img/orange.png'></img>" +
|
||||
"<p class='small'><strong>Press the J key</strong></p></div>" +
|
||||
"<p>Press any key to begin.</p>",
|
||||
post_trial_gap: 2000
|
||||
|
Loading…
Reference in New Issue
Block a user