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');