From 95cbab38f1eb2ed81fe515f16eff2b54ec768cae Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 3 Mar 2014 10:45:19 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20shop=20basic?= =?UTF-8?q?=20=EC=8A=A4=ED=82=A8=20css=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/shop/basic/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin/shop/basic/style.css b/skin/shop/basic/style.css index 04866e98b..709b336ba 100644 --- a/skin/shop/basic/style.css +++ b/skin/shop/basic/style.css @@ -51,7 +51,7 @@ #scomm a:focus, #scomm a:hover {background:#f9f9f9} #scomm_empty {padding:15px 0;text-align:center} -/* asdie:배너 */ +/* aside:배너 */ #sbn_aside {margin:0 0 5px} #sbn_aside h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} #sbn_aside ul {margin:0;padding:0;border:0;list-style:none} From 7ccd449cbf123b794d24f443cddbe3f85a36e07c Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 3 Mar 2014 10:53:31 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20=EC=9D=B4?= =?UTF-8?q?=EB=B2=A4=ED=8A=B8,=20=EC=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0=20?= =?UTF-8?q?=EC=97=86=EC=9D=84=20=EC=8B=9C=20=EC=97=86=EC=9D=8C=20=EB=8C=80?= =?UTF-8?q?=EC=8B=A0=20=EC=A4=80=EB=B9=84=20=EC=A4=91=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EB=AC=B8=EA=B5=AC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/shop/basic/boxcommunity.skin.php | 2 +- skin/shop/basic/boxevent.skin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skin/shop/basic/boxcommunity.skin.php b/skin/shop/basic/boxcommunity.skin.php index fad9b68e5..33cbdf1c0 100644 --- a/skin/shop/basic/boxcommunity.skin.php +++ b/skin/shop/basic/boxcommunity.skin.php @@ -20,7 +20,7 @@ add_stylesheet('', } if ($i==0) - echo '
  • 게시판 없음
  • '.PHP_EOL; + echo '
  • 커뮤니티 준비 중
  • '.PHP_EOL; ?> diff --git a/skin/shop/basic/boxevent.skin.php b/skin/shop/basic/boxevent.skin.php index b02b3925d..46bdb52aa 100644 --- a/skin/shop/basic/boxevent.skin.php +++ b/skin/shop/basic/boxevent.skin.php @@ -35,7 +35,7 @@ add_stylesheet('', } if ($i==0) - echo '
  • 이벤트 없음
  • '.PHP_EOL; + echo '
  • 이벤트 준비 중
  • '.PHP_EOL; ?>