From b5b29b1db22655aef4f5fd327dec4f11dc730244 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 9 Jan 2013 17:42:15 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EC=9D=BD=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/def.css | 15 ++++++++-- skin/board/neo/view.skin.php | 58 ++++++++++++++++++------------------ 2 files changed, 42 insertions(+), 31 deletions(-) diff --git a/css/def.css b/css/def.css index be5b8d592..7bdba4e67 100644 --- a/css/def.css +++ b/css/def.css @@ -289,11 +289,11 @@ h6 {margin:0 0 20px} /* 게시판 읽기 */ #bo_v_title {text-align:center} #bo_v {position:relative;margin-bottom:30px;border-top:3px solid #666;border-bottom:1px solid #ccc} -#bo_v_h1 {margin:0 !important;padding:15px 0 0;font-size:1em} +#bo_v_h1 {margin:0 !important;padding:15px 0 0 10px;font-size:1em} #bo_v_info {padding:0 0 10px;border-bottom:1px solid #efeada;zoom:1} #bo_v_info:after {display:block;visibility:hidden;clear:both;content:""} #bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_info dl {font-size:0.75em} +#bo_v_info dl {padding:0 0 0 10px;font-size:0.75em} #bo_v_info dt {float:left} #bo_v_info dd {float:left;margin:0 20px 0 10px} #bo_v_top {zoom:1} @@ -307,6 +307,17 @@ h6 {margin:0 0 20px} #bo_v_article {zoom:1} #bo_v_article:after {display:block;visibility:hidden;clear:both;content:""} #bo_v_article h1 {margin:0;padding:0;height:0;overflow:hidden} +#bo_v_article p {padding:0 10px} +#bo_v_file {border-bottom:1px solid #666;background:#555;font-size:0.75em} +#bo_v_file h2 {margin:0;padding:0;height:0;overflow:hidden} +#bo_v_file ul {margin:0;padding:0;list-style:none} +#bo_v_file a {display:inline-block;margin-top:5px;padding:5px 10px;color:#fff} +.bo_v_file_cnt {display:inline-block;margin-left:10px;color:#ddd} +#bo_v_link {border-bottom:1px solid #666;background:#555;font-size:0.75em} +#bo_v_link h2 {margin:0;padding:0;height:0;overflow:hidden} +#bo_v_link ul {margin:0;padding:0;list-style:none} +#bo_v_link a {display:inline-block;margin-top:5px;padding:5px 10px;color:#fff} +.bo_v_link_cnt {display:inline-block;margin-left:10px;color:#ddd} #bo_v_act {margin:20px 0;text-align:center} #bo_v_act a {margin-right:5px;vertical-align:top} #bo_v_act strong {color:#ff7200} diff --git a/skin/board/neo/view.skin.php b/skin/board/neo/view.skin.php index 3b65d1ece..1aa8becbc 100644 --- a/skin/board/neo/view.skin.php +++ b/skin/board/neo/view.skin.php @@ -25,33 +25,6 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 - -

첨부파일

@@ -66,7 +39,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
  • () - + DATE :
  • @@ -93,7 +66,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
  • - + 회 연결
  • + +

    본문

    From 3524cc916c7d6dc38742a7da845572bacb67f1d9 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 9 Jan 2013 17:54:19 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EB=8C=93=EA=B8=80=20?= =?UTF-8?q?=EC=9D=BD=EA=B8=B0=EC=99=80=20=EC=93=B0=EA=B8=B0=20=EC=82=AC?= =?UTF-8?q?=EC=9D=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/def.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/def.css b/css/def.css index 7bdba4e67..5e3e8d266 100644 --- a/css/def.css +++ b/css/def.css @@ -345,7 +345,7 @@ h6 {margin:0 0 20px} .bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""} .bo_vc_act li {float:left;margin-left:5px} .bo_vc_act a {color:#000;text-decoration:none} -#bo_vc_w {position:relative;zoom:1} +#bo_vc_w {position:relative;margin-top:10px;zoom:1} #bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""} #bo_vc_w fieldset {margin:0;padding:0;border:0;background:transparent} #bo_vc_w textarea {margin:10px 0;width:98%;height:50px} From 67b8cbbecff43e96df7fc59e2e96eeca10450fe0 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 9 Jan 2013 17:55:51 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EB=B3=B8=EB=AC=B8=20pad?= =?UTF-8?q?ding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/def.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/def.css b/css/def.css index 5e3e8d266..9e445bc1b 100644 --- a/css/def.css +++ b/css/def.css @@ -307,7 +307,7 @@ h6 {margin:0 0 20px} #bo_v_article {zoom:1} #bo_v_article:after {display:block;visibility:hidden;clear:both;content:""} #bo_v_article h1 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_article p {padding:0 10px} +#bo_v_article p {padding:0} #bo_v_file {border-bottom:1px solid #666;background:#555;font-size:0.75em} #bo_v_file h2 {margin:0;padding:0;height:0;overflow:hidden} #bo_v_file ul {margin:0;padding:0;list-style:none}