헤더가 안 바뀌고 있다?
This commit is contained in:
@ -30,6 +30,8 @@ header {background:#2c2f34}
|
|||||||
#current_location li {float:left}
|
#current_location li {float:left}
|
||||||
#wrapper {margin:60px 10px 0 210px;min-height:630px;height:auto !important;height:630px}
|
#wrapper {margin:60px 10px 0 210px;min-height:630px;height:auto !important;height:630px}
|
||||||
|
|
||||||
|
/* 헤딩 (아 머리 아퍼) */
|
||||||
|
|
||||||
/* GNB */
|
/* GNB */
|
||||||
#gnb {position:absolute;top:110px;left:20px;width:180px}
|
#gnb {position:absolute;top:110px;left:20px;width:180px}
|
||||||
.gnb_1depth ul {display:block;visibility:hidden;height:0}
|
.gnb_1depth ul {display:block;visibility:hidden;height:0}
|
||||||
@ -41,10 +43,6 @@ header {background:#2c2f34}
|
|||||||
.gnb_2depth a {display:block;padding-left:15px;height:30px;background:#fff;color:#000;font:0.75em normal;text-decoration:none;line-height:2.8em}
|
.gnb_2depth a {display:block;padding-left:15px;height:30px;background:#fff;color:#000;font:0.75em normal;text-decoration:none;line-height:2.8em}
|
||||||
.gnb_2depth a:focus, .gnb_2depth a:hover {background:#f6f9fa}
|
.gnb_2depth a:focus, .gnb_2depth a:hover {background:#f6f9fa}
|
||||||
|
|
||||||
/* heading */
|
|
||||||
h1 {display:block;visibility:hidden;height:0}
|
|
||||||
article h1 {visibility:visible;height:auto}
|
|
||||||
|
|
||||||
/* 폼요소 */
|
/* 폼요소 */
|
||||||
label {vertical-align:middle}
|
label {vertical-align:middle}
|
||||||
textarea, input, select {border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle}
|
textarea, input, select {border:1px solid #ced9de;background:#f6f9fa;vertical-align:middle}
|
||||||
|
|||||||
3
head.php
3
head.php
@ -41,8 +41,6 @@ if ($config['cf_title'] == $g4['title']) $g4['title'] = '';
|
|||||||
<input type="submit" value="검색">
|
<input type="submit" value="검색">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<h1><?=$g4['title']?> <?=$config['cf_title']?></h1>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<?=outlogin('neo'); // 외부 로그인 ?>
|
<?=outlogin('neo'); // 외부 로그인 ?>
|
||||||
@ -52,3 +50,4 @@ if ($config['cf_title'] == $g4['title']) $g4['title'] = '';
|
|||||||
<?=connect(); // 현재 접속자수 ?>
|
<?=connect(); // 현재 접속자수 ?>
|
||||||
|
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
|
<h1><?=$g4['title']?> <?=$config['cf_title']?></h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user