From 002ca1f456fc2773d9ba1f8c0ce6a8472afa68ba Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 26 Jun 2013 17:17:09 +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=EB=AA=A9=EB=A1=9D=20=ED=96=89=EA=B0=84=20margin=20?= =?UTF-8?q?=EC=A1=B0=EC=A0=95?= 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 be57ecb14..b7bb01d88 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -363,8 +363,8 @@ td.empty_table {padding:85px 0;text-align:center} .sct_noitem {padding:100px 0;text-align:center} /* 상품 목록 스킨 10 */ -.sct_10 .sct_li {float:left;margin:0 25px 0 0;width:230px} -.sct_10 .sct_last {margin:0 !important} +.sct_10 .sct_li {float:left;margin:0 25px 15px 0;width:230px} +.sct_10 .sct_last {margin:0 0 15px !important} .sct_10 .sct_clear {clear:both} .sct_10 .sct_a {display:block;position:relative;text-decoration:none} .sct_10 .sct_a:focus, .sct_10 .sct_a:hover {text-decoration:none} @@ -377,8 +377,8 @@ td.empty_table {padding:85px 0;text-align:center} .sct_10 .sct_sns {position:absolute;top:190px;right:20px} /* 상품 목록 스킨 11 */ -.sct_11 .sct_li {float:left;margin:0 25px 0 0;width:230px} -.sct_11 .sct_last {margin:0 !important} +.sct_11 .sct_li {float:left;margin:0 25px 15px 0;width:230px} +.sct_11 .sct_last {margin:0 0 15px !important} .sct_11 .sct_clear {clear:both} .sct_11 .sct_a {display:block;position:relative;padding:0 0 5px;background:#f5f6fa;text-decoration:none} .sct_11 .sct_a:focus, .sct_11 .sct_a:hover {text-decoration:none} @@ -391,8 +391,8 @@ td.empty_table {padding:85px 0;text-align:center} .sct_11 .sct_sns {position:absolute;bottom:10px;right:10px} /* 상품 목록 스킨 12 */ -.sct_12 .sct_li {float:left;margin:0 16px 16px 0;width:362px} -.sct_12 .sct_last {margin:0 !important} +.sct_12 .sct_li {float:left;margin:0 16px 15px 0;width:362px} +.sct_12 .sct_last {margin:0 0 15px !important} .sct_12 .sct_clear {clear:both} .sct_12 .sct_arw_toleft {display:block;z-index:2;position:absolute;top:20px;left:221px;width:10px;height:19px;background:url('../img/shop/icon_arw_toleft.gif') no-repeat} .sct_12 .sct_a {display:block;position:relative;padding:20px 10px 20px 240px;width:110px;height:190px;border:1px solid #e9e9e9;background:#f5f6fa;text-decoration:none}