From a4ecf23dd06d09a6277e031c8f32db79f243257c Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 29 Jan 2018 22:04:50 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EA=B8=B0=EB=B3=B8=ED=8B=80=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bar() 함수 수정. 막대 수정 --- twe/css/common.css | 1 + twe/css/main.css | 1 + twe/func_legacy.php | 4 ++-- twe/main.php | 5 ++++- 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 twe/css/common.css create mode 100644 twe/css/main.css diff --git a/twe/css/common.css b/twe/css/common.css new file mode 100644 index 00000000..03bb3631 --- /dev/null +++ b/twe/css/common.css @@ -0,0 +1 @@ +@charset "UTF-8"; \ No newline at end of file diff --git a/twe/css/main.css b/twe/css/main.css new file mode 100644 index 00000000..03bb3631 --- /dev/null +++ b/twe/css/main.css @@ -0,0 +1 @@ +@charset "UTF-8"; \ No newline at end of file diff --git a/twe/func_legacy.php b/twe/func_legacy.php index 29c9891d..568dc037 100644 --- a/twe/func_legacy.php +++ b/twe/func_legacy.php @@ -46,8 +46,8 @@ function bar($per, $skin=1, $h=7) { $per = round($per, 1); if($per < 1 || $per > 99) { $per = round($per); } - $str1 = " "; - $str2 = " "; + $str1 = ""; + $str2 = ""; if($per <= 0) { $str1 = ""; } elseif($per >= 100) { $str2 = ""; } if($skin == 0) { diff --git a/twe/main.php b/twe/main.php index f11ed29c..4b60f6fc 100644 --- a/twe/main.php +++ b/twe/main.php @@ -57,10 +57,13 @@ $scenario = getScenario(); 메인 - + type=text/css> + + +