From 84fa88ff4cc43ee93110b99982b96b659ea8d431 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 2 May 2013 21:56:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20listcategory(n).?= =?UTF-8?q?inc.php=20=ED=97=A4=EB=94=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 1 + shop/listcategory.inc.php | 5 +++-- shop/listcategory2.inc.php | 5 +++-- shop/listcategory3.inc.php | 5 +++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index 50b84510f..88a3e58fe 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -318,6 +318,7 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important /* 상품 목록 카테고리 목록 */ .sct_ct {} +.sct_ct h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} .sct_ct ul {margin:0 0 10px;padding:10px;border-bottom:1px solid #e9e9e9;list-style:none;zoom:1} .sct_ct ul:after {display:block;visibility:hidden;clear:both;content:''} .sct_ct a {text-decoration:none} diff --git a/shop/listcategory.inc.php b/shop/listcategory.inc.php index 62f2c5583..990f59d5e 100644 --- a/shop/listcategory.inc.php +++ b/shop/listcategory.inc.php @@ -24,10 +24,11 @@ while ($row=sql_fetch_array($result)) { if ($exists) { ?> -
+
+ \ No newline at end of file diff --git a/shop/listcategory2.inc.php b/shop/listcategory2.inc.php index ca2950962..46937e398 100644 --- a/shop/listcategory2.inc.php +++ b/shop/listcategory2.inc.php @@ -58,10 +58,11 @@ if (!$exists) { if ($exists) { ?> -
+
+ \ No newline at end of file diff --git a/shop/listcategory3.inc.php b/shop/listcategory3.inc.php index febcc2312..66ac2c89c 100644 --- a/shop/listcategory3.inc.php +++ b/shop/listcategory3.inc.php @@ -22,10 +22,11 @@ while ($row=sql_fetch_array($result)) { if ($exists) { ?> -
+
+ \ No newline at end of file