사용자: 폰트크기 조절

This commit is contained in:
whitedot
2013-01-17 10:28:42 +09:00
parent 030f8c25cd
commit a886e93296
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"verdana","dotum"}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
header ul, nav ul {margin:0;padding:0;list-style:none}
form, img {border:0}
label, input, select, img {vertical-align:middle}
label, input, select, img {vertical-align:middle} textarea {font-size:1em}
input {margin:0;padding:0;font-family:"verdana","dotum"}
p {margin:5px 0;padding:10px 0;line-height:1.5em}
hr {display:none}
@ -169,7 +169,7 @@ a {color:#000;text-decoration:none}
/* 레이아웃 중간 */
#wrapper {z-index:2;clear:both;position:relative;padding:20px 240px 30px 20px;min-height:520px;height:auto !important;height:520px;background:url("../img/wrapper_bg.jpg") top right repeat-y}
#wrapper h1 {font-size:1em}
#wrapper_title {font-size:1.2em}
/* 레이아웃 하단 */
#footer {z-index:1;position:relative;padding:15px 0 20px;border-top:1px solid #bbb;color:#595959}

View File

@ -77,4 +77,4 @@ include_once($g4['path'].'/lib/popular.lib.php');
<hr>
<div id="wrapper">
<? if (!$bo_table || $w == 's') {?><h1><?=$g4['title']?></h1><?}?>
<? if (!$bo_table || $w == 's') {?><h1 id="wrapper_title"><?=$g4['title']?></h1><?}?>