diff --git a/css/default.css b/css/default.css index 01552305c..575b430a3 100644 --- a/css/default.css +++ b/css/default.css @@ -446,13 +446,13 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f #bo_sch legend {width:0;height:0;overflow:hidden} /* 게시판 읽기 */ -#bo_v {margin-bottom:20px;padding-bottom:20px} +#bo_v {position:relative;margin-bottom:20px;padding-bottom:20px} -#bo_v_h1 {margin:0 0 5px;font-size:1.2em} +#bo_v_cate {position:absolute;top:-25px;right:0;margin:0;padding:0 5px;height:25px;background:#76a5a8;color:#fff;font-weight:bold;line-height:2.2em} -#bo_v_cate {margin:0;padding:0 0 10px;color:#999;font-weight:bold;line-height:1em} +#bo_v_h1 {margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #eee;font-size:1.2em} -#bo_v_info {padding:10px 0 9px} +#bo_v_info {margin:0 0 10px} #bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden} #bo_v_info {} #bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal} diff --git a/skin/board/basic/view.skin.php b/skin/board/basic/view.skin.php index b09a9bb75..2bc2ea0d7 100644 --- a/skin/board/basic/view.skin.php +++ b/skin/board/basic/view.skin.php @@ -5,13 +5,13 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
=$board['bo_subject']?> if ($category_name) { // 분류가 지정되었다면 ?>=($category_name ? "{$view['ca_name']} " : "");?> } // 분류 출력 끝 ?>
+