쇼핑몰: #276 스킨 파일명 변경에 따른 마크업 수정

This commit is contained in:
whitedot
2013-08-08 17:05:45 +09:00
parent 49a499e91c
commit 1cc4ef239e
5 changed files with 11 additions and 11 deletions

View File

@ -20,7 +20,7 @@
.sct_sns img {margin:0 0 0 4px}
/* 상품 목록 스킨 10 */
.sct_10 .sct_li {float:left;margin:0 25px 15px 0}
.sct_10 .sct_li {position:relative;float:left;margin:0 25px 15px 0}
.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}
@ -34,7 +34,7 @@
.sct_10 .sct_sns {position:absolute;top:190px;right:20px}
/* 상품 목록 스킨 11 */
.sct_20 .sct_li {float:left;margin:0 25px 15px 0}
.sct_20 .sct_li {position:relative;float:left;margin:0 25px 15px 0}
.sct_20 .sct_last {margin:0 0 15px !important}
.sct_20 .sct_clear {clear:both}
.sct_20 .sct_a {display:block;position:relative;padding:0 0 5px;background:#f5f6fa;text-decoration:none}
@ -48,7 +48,7 @@
.sct_20 .sct_sns {position:absolute;bottom:10px;right:10px}
/* 상품 목록 스킨 12 */
.sct_30 .sct_li {float:left;margin:0 16px 15px 0}
.sct_30 .sct_li {position:relative;float:left;margin:0 16px 15px 0}
.sct_30 .sct_last {margin:0 0 15px !important}
.sct_30 .sct_clear {clear:both}
.sct_30 .sct_arw_toleft {display:block;z-index:2;position:absolute;top:20px;left:221px;width:10px;height:19px;background:url('../shop/img/icon_arw_toleft.gif') no-repeat}
@ -64,7 +64,7 @@
.sct_30 .sct_sns {position:absolute;bottom:20px;right:10px}
/* 상품 목록 스킨 13 */
.sct_40 .sct_li {float:left;margin:0 0 16px 0;width:100%}
.sct_40 .sct_li {position:relative;float:left;margin:0 0 16px 0;width:100%}
.sct_40 .sct_last {}
.sct_40 .sct_clear {clear:both}
.sct_40 .sct_arw_toleft {display:block;z-index:2;position:absolute;top:20px;left:221px;width:10px;height:19px;background:url('../shop/img/icon_arw_toleft.gif') no-repeat}