From 480f015fb01a96f1041f7bf1ba514db316c02a05 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 25 Aug 2018 11:27:29 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=ED=88=AC=20=EC=8B=9C=EB=AE=AC?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=ED=84=B0=20=EA=B5=AC=ED=98=84=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/battle_simulator.php | 4 ++-- hwe/css/battle_simulator.css | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/hwe/battle_simulator.php b/hwe/battle_simulator.php index 660c38d1..073103f5 100644 --- a/hwe/battle_simulator.php +++ b/hwe/battle_simulator.php @@ -412,10 +412,10 @@ $startYear = $gameStor->getValue('startyear'); -
+
수비여부
- diff --git a/hwe/css/battle_simulator.css b/hwe/css/battle_simulator.css index 373fa50e..e9be704c 100644 --- a/hwe/css/battle_simulator.css +++ b/hwe/css/battle_simulator.css @@ -7,10 +7,6 @@ display:none; } -.attacker_form .defend_mode_text{ - visibility: hidden; -} - -.attacker_form .form_defend_mode{ +.attacker_form .only_defender{ visibility: hidden; } \ No newline at end of file