From 9b20a758e1e7c41006ade0ad10f50de18720ba58 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 21 Dec 2012 18:26:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EB=94=94?= =?UTF-8?q?=EC=9E=90=EC=9D=B8=20=EC=98=88=EC=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/def.css | 12 ++++++++++++ skin/board/neo/write.skin.php | 8 ++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/css/def.css b/css/def.css index e69de29bb..c4f39653a 100644 --- a/css/def.css +++ b/css/def.css @@ -0,0 +1,12 @@ +/* SIR SOFT 지운아빠 Dec 2012 */ + +/* 초기화 */ +html, body, h1, h2, h3, h4, h5, h6 {margin:0;padding:0} +article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display:block} +header ul, nav ul {margin:0;padding:0;list-style:none} +table {border-collapse:collapse;border-spacing:0} tfoot td {text-align:center} +form, img {border:0} +img {vertical-align:middle} +p {margin:10px 0;line-height:1.5em} + +/* 레이아웃 */ \ No newline at end of file diff --git a/skin/board/neo/write.skin.php b/skin/board/neo/write.skin.php index 63e9fcf87..08a5b60b7 100644 --- a/skin/board/neo/write.skin.php +++ b/skin/board/neo/write.skin.php @@ -58,27 +58,27 @@ $option_hidden = ''; if ($is_notice || $is_html || $is_secret || $is_mail) { $option = ''; if ($is_notice) { - $option .= ''.PHP_EOL; + $option .= PHP_EOL.''; } if ($is_html) { if ($is_dhtml_editor) { $option_hidden .= ''; } else { - $option .= ''.PHP_EOL; + $option .= PHP_EOL.''; } } if ($is_secret) { if ($is_admin || $is_secret==1) { - $option .= ''.PHP_EOL; + $option .= PHP_EOL.''; } else { $option_hidden .= ''; } } if ($is_mail) { - $option .= ''.PHP_EOL; + $option .= PHP_EOL.''; } }