mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
minor bug in example code
class='float: right;' should be style='float: right;'
This commit is contained in:
parent
1c059608f3
commit
f1006ccf73
@ -112,7 +112,7 @@ var instructions = {
|
||||
<div style='width: 700px;'>
|
||||
<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>
|
||||
</div>
|
||||
<p>Press any key to begin.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user