사용자: 게시판스킨 읽기 게시판제목 정렬

This commit is contained in:
whitedot
2013-02-04 16:05:54 +09:00
parent 06dc9470a0
commit d87779361e
2 changed files with 2 additions and 2 deletions

View File

@ -421,7 +421,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#109ff1;color:#f
.cnt_cmt {display:inline-block;margin:0 4px;color:#109ff1}
/* 게시판 읽기 */
#bo_v_title {padding:20px 20px 10px}
#bo_v_title {padding:20px 20px 0;text-align:right}
#bo_v {position:relative;margin-bottom:30px}
#bo_v a {color:#000;text-decoration:none}
#bo_v_h1 {padding:0 20px 5px;font-size:1.2em;line-height:1.4em}

View File

@ -3,7 +3,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<div id="bo_v" class="cbg">
<p id="bo_v_title"><strong><?=$board['bo_subject']?></strong></p>
<p id="bo_v_title"><?=$board['bo_subject']?></p>
<h1 id="bo_v_h1">
<? if ($category_name) { // 분류가 지정되었다면 ?><span><?=($category_name ? "{$view['ca_name']} " : "");?></span><? } // 분류 출력 끝 ?>
<?=cut_str(get_text($view['wr_subject']), 70) // 글제목 출력?>