Skip to content

Commit

Permalink
#18 牌画入力ツールで作成した加槓の牌画がFirefoxで正しく表示されないバグを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kobalab committed Jul 22, 2017
1 parent de8b845 commit 1e8df44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paiga.html
Expand Up @@ -90,7 +90,8 @@
url = imgbase + img[s+n+'_'];
html += '<img src="'+url+'" width="'+h+'" height="'+w+'"'
+ (d == '='
? ' style="vertical-align:bottom;"'
? ' style="vertical-align:bottom;'
+ 'display:block;"'
: '')
+ ' alt="'+(s+n+d)+'">';
}
Expand Down

0 comments on commit 1e8df44

Please sign in to comment.