사용자: #hd height 값 삭제
This commit is contained in:
@ -48,7 +48,7 @@ a:active {color:#000;text-decoration:underline}
|
||||
.cke_sc_def dd {width:30%}
|
||||
|
||||
/* 상단 레이아웃 */
|
||||
#hd {height:107px;border-top:3px solid #151515;background:#fff}
|
||||
#hd {border-top:3px solid #151515;background:#fff}
|
||||
#hd h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#hd_wrapper {position:relative;margin:0 auto;width:980px}
|
||||
|
||||
|
||||
10
head.php
10
head.php
@ -125,11 +125,9 @@ if ($config['cf_include_head']) {
|
||||
|
||||
</div>
|
||||
|
||||
</header>
|
||||
<hr>
|
||||
|
||||
<hr>
|
||||
|
||||
<nav id="gnb">
|
||||
<nav id="gnb">
|
||||
<script>$('#gnb').addClass('gnb_js');</script>
|
||||
<h2>홈페이지 메인메뉴</h2>
|
||||
<ul id="gnb_1dul">
|
||||
@ -153,7 +151,9 @@ if ($config['cf_include_head']) {
|
||||
<?php } ?>
|
||||
<?php if ($gi == 0) { ?><li class="gnb_empty">생성된 메뉴가 없습니다.</li><?php } ?>
|
||||
</ul>
|
||||
</nav>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user