diff options
| author | Teddy Wing | 2013-04-28 10:44:13 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2013-04-28 10:44:31 -0400 | 
| commit | d2d778bbeb3b119dcac41dda8d9d2509e28e3ea8 (patch) | |
| tree | 541588d89e4b626eb13bc52c741b075f83612a87 /public/javascripts | |
| parent | 51e8ccc4efbf9fe5b5e88c7fa587672a83e8e035 (diff) | |
| download | Who-am-I-d2d778bbeb3b119dcac41dda8d9d2509e28e3ea8.tar.bz2 | |
Fix height of character images in coverflow
Diffstat (limited to 'public/javascripts')
| -rw-r--r-- | public/javascripts/main.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/public/javascripts/main.js b/public/javascripts/main.js index df3b899..b76912e 100644 --- a/public/javascripts/main.js +++ b/public/javascripts/main.js @@ -4,8 +4,8 @@  		coverflow('character-select-container').setup({  			width: '100%',  			playlist: playlist, -			coverheight: 200, -			textoffset: 30 +			coverheight: 130, +			textoffset: 68  		}).on('ready', function() {  			this.on('click', function() {  				alert('chosen'); | 
