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:
Matt Jaquiery 2018-02-06 14:28:49 +00:00 committed by GitHub
parent 5d7614667e
commit 24741a40c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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