From 4c1cef21de2f92e298a0b03de5f21304eb16fb6c Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 13 May 2013 15:49:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EC=83=81=EC=84=B8=EB=B3=B4=EA=B8=B0=20=EB=B3=B8?= =?UTF-8?q?=EB=AC=B8=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=A6=AC=EC=82=AC?= =?UTF-8?q?=EC=9D=B4=EC=A7=95=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 1 + shop/item.php | 86 +++++++++++++++++++++----------------------- 2 files changed, 42 insertions(+), 45 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index 49b250bdf..bd6349245 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -522,6 +522,7 @@ input.required:focus {border:1px solid #b8c9c2;background:#21272e !important;col #sit_inf_basic {margin:0 0 10px} #sit_inf_explan {margin:0 0 10px} +#sit_inf_explan img {max-width:100%;height:auto} #sit_inf_open {width:100%;border:0;border-collapse:collapse} #sit_inf_open th {padding:7px 10px;border:1px solid #fff;background:#f5f6fa;text-align:left} diff --git a/shop/item.php b/shop/item.php index 957901664..e136c6f85 100644 --- a/shop/item.php +++ b/shop/item.php @@ -685,56 +685,52 @@ else menu(id); save_qa_id = id; } + - // 상품상세설명에 있는 이미지의 사이즈를 줄임 - // 삭제 대상 - 지운아빠 2013-05-03 - function explan_resize_image() + - +