diff --git a/css/default_shop.css b/css/default_shop.css index 24367ba28..3f709c9fa 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -59,6 +59,7 @@ a:active {color:#000;text-decoration:underline} #hd_nb {border-bottom:1px solid #e9e9e9;background:#faf9f5;zoom:1} #hd_nb:after {display:block;visibility:hidden;clear:both;content:''} +#hd_nb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} #hd_nb ul {margin:0 auto;width:110px} #hd_nb li {float:left;border-right:1px solid #e9e9e9} #hd_nb_last {border:0 !important} @@ -66,6 +67,7 @@ a:active {color:#000;text-decoration:underline} #logo {padding:23px 0;text-align:center} #hd_aside {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9} +#hd_aside h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} #hd_aside div {position:relative;margin:0 auto;width:998px;border-right:1px solid #e9e9e9;border-left:1px solid #e9e9e9;background:#faf9f5;zoom:1} #hd_aside div:after {display:block;visibility:hidden;clear:both;content:''} diff --git a/shop/shop.head.php b/shop/shop.head.php index 1ef3bc93a..0a91538f4 100644 --- a/shop/shop.head.php +++ b/shop/shop.head.php @@ -23,6 +23,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');