gnb width 0 height 0 수정에 대한 대응

This commit is contained in:
whitedot
2013-02-25 18:53:50 +09:00
parent f121136e48
commit 4f0aa9ad42
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ data
config.php
test*
sirgle
caption_sr_test.php

View File

@ -50,7 +50,7 @@ h2 {font-size:1.2em}
#gnb {}
#gnb ul {z-index:10}
.gnb_1depth {position:relative;margin-left:-1px;background:#383a3f;zoom:1}
.gnb_1depth {position:relative;margin-top:-1px;margin-left:-1px;background:#383a3f;zoom:1}
.gnb_1depth:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1depth a {display:block;float:left;width:90px;height:35px;color:#e0e0e0;font-weight:bold;line-height:2.95em !important;line-height:2.65em}
.gnb_1depth_air a,

View File

@ -57,7 +57,7 @@ a:active {color:#000;text-decoration:underline}
#gnb {background:#f0f4f8}
#gnb h2 {margin:0;padding:0;width:1px;height:1px;overflow:hidden}
#gnb_ul {z-index:10;margin:0 auto;padding:0;width:980px}
.gnb_1depth {position:relative;margin-left:-1px;zoom:1}
.gnb_1depth {position:relative;margin-top:-1px;margin-left:-1px;zoom:1}
.gnb_1depth:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1depth a {display:block;float:left;height:35px;color:#000;line-height:2.7em !important;line-height:2.4em}
.gnb_1depth_air a,