From 9957c214c7c32d29de2fd24982534391932c6a12 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 30 Apr 2013 19:13:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20#107=20=EC=B5=9C?= =?UTF-8?q?=EC=8B=A0=EA=B8=80=20=EC=8A=A4=ED=82=A8=20=ED=91=9C=EC=A4=80?= =?UTF-8?q?=ED=99=94=20=EB=B0=8F=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=99=84?= =?UTF-8?q?=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 3 ++- skin/latest/shop_basic/style.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index 3a8ce38d0..01fdf9759 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -178,7 +178,8 @@ a:active {color:#000;text-decoration:underline} .sidx_it_10 .sidx_it_sns {position:absolute;top:190px;right:20px} /* 공지사항 및 커뮤니티 새글 */ -#sidx_lat {} +#sidx_lat {padding:15px 0 0;border-top:1px solid #ddd} +#sidx_lat h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} /* 배너 인덱스 출력 */ #sbn_idx {} diff --git a/skin/latest/shop_basic/style.css b/skin/latest/shop_basic/style.css index df43b1da1..37733b28d 100644 --- a/skin/latest/shop_basic/style.css +++ b/skin/latest/shop_basic/style.css @@ -1,5 +1,5 @@ /* 새글 스킨 (latest) */ -.lat {position:relative;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #ddd} +.lat {position:relative;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #f0f0f0} .lat ul {margin:0 0 10px;padding:0;list-style:none} .lat li {padding:3px 0} .lat_title {display:block;padding:10px 0 8px}