From d3331d354029069f586ea279d54fc65e8235e1ea Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 6 Mar 2014 17:09:45 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20=EC=9D=B8?= =?UTF-8?q?=EB=8D=B1=EC=8A=A4=20=EB=B0=B0=EB=84=88=20=ED=95=98=EB=8B=A8=20?= =?UTF-8?q?=EC=97=AC=EB=B0=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/index.php | 4 +--- skin/shop/basic/style.css | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/shop/index.php b/shop/index.php index 12356a4ed..0112e20d2 100644 --- a/shop/index.php +++ b/shop/index.php @@ -12,9 +12,7 @@ include_once(G5_SHOP_PATH.'/shop.head.php'); ?> -
- -
+ diff --git a/skin/shop/basic/style.css b/skin/shop/basic/style.css index b197f5d07..e0c33c972 100644 --- a/skin/shop/basic/style.css +++ b/skin/shop/basic/style.css @@ -58,7 +58,7 @@ .sbn li {margin:0 0 1px} .sbn .sbn_border {border:1px solid #d5d5d5} /* 인덱스 배너도 함께 사용 */ -#sbn_idx {position:relative} +#sbn_idx {position:relative;margin:0 0 30px} #sbn_idx .sbn_btn {z-index:100;position:absolute;top:50%} #sbn_idx .sbn_btn button {position:relative;top:-35px;margin:0;padding:0;width:70px;height:70px;border:0;background:transparent;overflow:hidden} #sbn_idx .sbn_btn span {display:block;width:100%;height:100%;background:url('img/sbn_btn.png')}