From f5fdff4b13291c6452950f869ff7f33651338b54 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 6 May 2013 15:37:03 +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=20h2=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index 1ad0cde64..4a46a7dc9 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -508,7 +508,7 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important /* 상품 상세보기 - 상품정보 */ #sit_inf {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9} -#sit_inf h2, +#sit_inf h2 {margin:0 0 10px} #sit_inf h3 {position:absolute;font-size:0;line-height:0;content:""} #sit_inf_basic {margin:0 0 10px} @@ -520,11 +520,11 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important /* 상품 상세보기 - 사용후기 */ #sit_ps {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9} -#sit_ps h2 {position:absolute;font-size:0;line-height:0;content:""} +#sit_ps h2 {margin:0 0 10px} /* 상품 상세보기 - 상품문의 */ #sit_qna {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9} -#sit_qna h2 {position:absolute;font-size:0;line-height:0;content:""} +#sit_qna h2 {margin:0 0 10px} #sit_qna h3 {margin:0 0 10px} #sit_qna_ol {margin:0 0 5px;padding:0;border-top:1px solid #e9e9e9;list-style:none} @@ -550,15 +550,15 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important /* 상품 상세보기 - 배송정보 */ #sit_dvr {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9} -#sit_dvr h2 {position:absolute;font-size:0;line-height:0;content:""} +#sit_dvr h2 {margin:0 0 10px} /* 상품 상세보기 - 교환정보 */ #sit_ex {margin:0 0 10px;padding:10px 10px 20px;border-bottom:1px solid #e9e9e9} -#sit_ex h2 {position:absolute;font-size:0;line-height:0;content:""} +#sit_ex h2 {margin:0 0 10px} /* 상품 상세보기 - 관련상품 */ #sit_rel {margin:0 0 10px;padding:10px 10px 20px} -#sit_rel h2 {position:absolute;font-size:0;line-height:0;content:""} +#sit_rel h2 {margin:0 0 10px} /* 공지사항 및 커뮤니티 새글 */ #sidx_lat {padding:15px 0 0;border-top:1px solid #ddd}