관리자: h1 위치

This commit is contained in:
whitedot
2012-12-14 16:05:34 +09:00
parent 1e7d984c41
commit 849d5bc8c8
3 changed files with 3 additions and 3 deletions

View File

@ -112,8 +112,7 @@ function textarea_size(fld, size)
</ul>
</nav>
<h1><span></span><?=$g4['title']?></h1>
</header>
<div id="wrapper">
<h1><span></span><?=$g4['title']?></h1>

View File

@ -31,6 +31,7 @@ header {background:#2c2f34}
#wrapper {margin:60px 10px 0 210px;min-height:630px;height:auto !important;height:630px}
/* 헤딩 (아 머리 아퍼) */
h1 {margin-bottom:20px}
/* GNB */
#gnb {position:absolute;top:110px;left:20px;width:180px}

View File

@ -41,6 +41,7 @@ if ($config['cf_title'] == $g4['title']) $g4['title'] = '';
<input type="submit" value="검색">
</fieldset>
</form>
<h1><?=$g4['title']?> <?=$config['cf_title']?></h1>
</header>
<?=outlogin('neo'); // 외부 로그인 ?>
@ -50,4 +51,3 @@ if ($config['cf_title'] == $g4['title']) $g4['title'] = '';
<?=connect(); // 현재 접속자수 ?>
<div id="wrapper">
<h1><?=$g4['title']?> <?=$config['cf_title']?></h1>