Changeset 83


Ignore:
Timestamp:
12/31/10 23:34:58 (13 years ago)
Author:
atzm
Message:

fixed, title logo start position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pycodeshooter/trunk/index.html

    r81 r83  
    7676 
    7777        var x           = (screen.width - logoimg.width) / 2; 
    78         var y           = 0; 
     78        var y           = -1 - logoimg.height; 
    7979        var titlePos    = screen.height / 2 - logoimg.height / 2; 
    8080        titleIntervalId = setInterval(function() { 
Note: See TracChangeset for help on using the changeset viewer.