From 23195b22d84c1acd6cd00fd907c16d6b034d0c3c Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 14 Feb 2014 15:12:31 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=87=BC=ED=95=91?= =?UTF-8?q?=EB=AA=B0:=20=EC=9D=B4=EB=B2=A4=ED=8A=B8=EC=8A=A4=ED=82=A8=20cs?= =?UTF-8?q?s=20=ED=8C=8C=EC=9D=BC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile_shop.css | 6 ------ mobile/skin/shop/basic/style.css | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 2d57b85f4..091c3717f 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -473,12 +473,6 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f #ssch_cate a {} #ssch_cate a span {font-weight:bold} -/* 쇼핑몰 이벤트 */ -#sev {margin:0;padding:0;min-height:150px;list-style:none} -#sev li {position:relative;margin:-1px 0 0;border-bottom:1px solid #e9e9e9} -#sev a {display:block;padding:10px;border:1px solid #e9e9e9;border-bottom:0;background:#f2f5f9} -.sev_admin {text-align:right} - /* 화면낭독기 사용자용 */ #hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden} .msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0;text-indent:-9999em;line-height:0;border:0 !important;overflow:hidden !important} diff --git a/mobile/skin/shop/basic/style.css b/mobile/skin/shop/basic/style.css index 46aed30c6..1e769d7c8 100644 --- a/mobile/skin/shop/basic/style.css +++ b/mobile/skin/shop/basic/style.css @@ -191,6 +191,12 @@ #sit_qa_w {display:none} +/* 쇼핑몰 이벤트 */ +#sev {margin:0;padding:0;min-height:150px;list-style:none} +#sev li {position:relative;margin:-1px 0 0;border-bottom:1px solid #e9e9e9} +#sev a {display:block;padding:10px;border:1px solid #e9e9e9;border-bottom:0;background:#f2f5f9} +.sev_admin {text-align:right} + /* 하단 펼침메뉴 */ #menu_button {position:fixed;left:0;bottom:0;width:100%;height:40px;text-align:center} #menu_button button {position:relative;margin:0;padding:0;width:20%;height:40px;border:0;background:transparent}