# HG changeset patch # User OOTANI Hiroyuki # Date 1468982860 -32400 # Node ID aa86f958bd7365c9af447b7447c62860f91241d7 # Parent 4ba442397a59ccc0c29c7d7b69d2b6bee39fd589 sea attack.css¹¹¿·3 diff -r 4ba442397a59 -r aa86f958bd73 event/oasis2016/attack.css --- a/event/oasis2016/attack.css Wed Jul 20 11:43:38 2016 +0900 +++ b/event/oasis2016/attack.css Wed Jul 20 11:47:40 2016 +0900 @@ -35,6 +35,6 @@ border: 1px solid #f9f5a9; margin: 1em auto; } div.sea div {width: 150px; height: 150px; margin: 0px;} -div.sea div:first-child {position: absolute; left: 175px; top: 0px} -div.sea div:nth-child(2) {position: absolute; left: 300px; top: 0px;} -div.sea div:nth-child(3) {position: absolute; left: 600px; top: 0px;} +div.sea div:first-child {left: 0px; top: 0px} +div.sea div:nth-child(2) {position: absolute; left: 0px; top: 300px;} +div.sea div:nth-child(3) {position: absolute; left: 0px; top: 600px;} diff -r 4ba442397a59 -r aa86f958bd73 event/oasis2016/sea/ckgame.rb --- a/event/oasis2016/sea/ckgame.rb Wed Jul 20 11:43:38 2016 +0900 +++ b/event/oasis2016/sea/ckgame.rb Wed Jul 20 11:47:40 2016 +0900 @@ -68,11 +68,11 @@ boat = ""; boat2 = ""; boat3 = ""; info[id]["bingo"].keys.each do |f| if /ã‹ã‚‚ã‚/ =~ f - boat = '' + boat = '' elsif /ã¨ã³ã†ãŠ/ =~ f - boat2 = '' + boat2 = '' elsif /ã²ã¨ã§/ =~ f - boat3 = '' + boat3 = '' end end end