From 66354f5423c0d7cd869392e86ca41e15f5da2ab9 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 17 Jan 2014 09:21:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20=EC=87=BC?= =?UTF-8?q?=ED=95=91=EB=AA=B0=20=ED=80=B5=EB=A9=94=EB=89=B4=20=EB=A7=88?= =?UTF-8?q?=ED=81=AC=EC=97=85=20=EB=B0=8F=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95,=20=EC=88=98=EC=A0=95=EC=9D=B4=20=EC=9A=A9?= =?UTF-8?q?=EC=9D=B4=ED=95=98=EB=8F=84=EB=A1=9D=20=EA=B5=AC=EC=A1=B0=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 5 ++--- shop/shop.head.php | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index f4d7c75f4..1c6e989cd 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -59,9 +59,8 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #hd_qnb {border-bottom:1px solid #e9e9e9;background:#f2f5f9;zoom:1} #hd_qnb:after {display:block;visibility:hidden;clear:both;content:""} #hd_qnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} -#hd_qnb ul {margin:0 auto;width:110px} -#hd_qnb li {float:left;border-right:1px solid #e9e9e9} -#hd_qnb #qnb_last {border:0 !important} +#hd_qnb div {text-align:center;letter-spacing:-4px} +#hd_qnb a {letter-spacing:0} #logo {padding:35px 0;margin:0 auto;width:1000px} diff --git a/shop/shop.head.php b/shop/shop.head.php index 99bf1ccd9..3ca3bb27c 100644 --- a/shop/shop.head.php +++ b/shop/shop.head.php @@ -24,11 +24,11 @@ include_once(G5_LIB_PATH.'/popular.lib.php');