From 18f5d437505406b6512393345a1732b03f34efba Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 20 Feb 2013 11:15:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=A6=AC?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=2024,=20=EA=B2=8C=EC=8B=9C=ED=8C=90?= =?UTF-8?q?=EC=8A=A4=ED=82=A8=20=EC=9D=BD=EA=B8=B0=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EC=9E=91=EC=97=85=20=EC=A4=912?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 8 ++++---- skin/board/basic/view.skin.php | 9 +++++---- 2 files changed, 9 insertions(+), 8 deletions(-) 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');
-

-

+

+

게시물 정보

작성자 @@ -127,7 +127,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); for ($i=0; $i<=count($view['file']); $i++) { if ($view['file'][$i]['view']) { //echo $view['file'][$i]['view']; - echo get_view_thumbnail($view['file'][$i]['view']); +// echo get_board_contents($view['file'][$i]['view']); } } @@ -135,7 +135,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); } ?> -
+
@@ -178,6 +178,7 @@ function board_move(href) } +