~sil/+junk/cardfight

« back to all changes in this revision

Viewing changes to app.html

  • Committer: stuart.langridge at canonical
  • Date: 2012-05-01 00:38:53 UTC
  • Revision ID: stuart.langridge@canonical.com-20120501003853-fg9v5lxaiupukupr
tweak tutorial wording

Show diffs side-by-side

added added

removed removed

Lines of Context:
412
412
 
413
413
#tutorial #killthis {
414
414
    top: 210px;
415
 
    left: 100px;
416
 
    width: 120px;
 
415
    left: 80px;
 
416
    width: 140px;
417
417
    height: 70px;
418
418
    text-align: right;
419
419
}
420
420
 
421
421
#tutorial #thesecards {
422
 
    top: 340px;
 
422
    top: 350px;
423
423
    left: 30px;
424
424
    width: 230px;
425
425
    height: 60px;
426
426
    text-align: center;
 
427
    background: rgba(0,0,255,0.7);
427
428
}
428
429
 
429
430
</style>
442
443
</div>
443
444
<div id="tutorial" class="game">
444
445
    <p id="tapcol">tap any coloured square to move there</p>
445
 
    <p id="killthis">kill this guy by clicking when you can</p>
446
 
    <p id="thesecards">coloured cards show which moves you can make. click one to defend</p>
 
446
    <p id="killthis">kill this guy by tapping his square when you can</p>
 
447
    <p id="thesecards">coloured cards show which moves you can make. tap one to defend</p>
447
448
</div>
448
449
<img id="blocked" src="crossed_swords.png"></div>
449
450
<table id="board" class="game">