From 4a414dfdd95d609118455f218d9cc24f06285bcd Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 31 Jan 2013 15:53:13 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EC=AA=BD?= =?UTF-8?q?=EC=A7=80=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=9E=91=EC=97=85=20?= =?UTF-8?q?=EC=A4=91,=20=EC=83=81=EB=8B=A8=20=EA=B2=80=EC=83=89=EC=B0=BD?= =?UTF-8?q?=20ie=EC=97=90=EC=84=9C=20=EB=B2=84=ED=8A=BC=20=EB=96=A8?= =?UTF-8?q?=EC=96=B4=EC=A7=80=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 6 ++++++ head.php | 3 +-- skin/member/neo/memo.skin.php | 6 +++--- skin/member/neo/memo_form.skin.php | 6 +++--- skin/member/neo/memo_view.skin.php | 30 +++++++++++++++++------------- 5 files changed, 30 insertions(+), 21 deletions(-) diff --git a/css/default.css b/css/default.css index e60704680..186e1e12f 100644 --- a/css/default.css +++ b/css/default.css @@ -240,6 +240,12 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f /* 쪽지 */ #memo_view section {margin:0 auto 20px;padding:20px;width:87%} +#memo_view section h2 {width:0;height:0;overflow:hidden} +#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #f7f7f2;list-style:none} +.memo_view_li {position:relative;padding:5px 0} +.memo_view_subj {display:inline-block;width:65px} +#memo_view_ul a {color:#000;text-decoration:none} +#memo_view section p {min-height:150px;height:auto !important;height:150px} #memo_write textarea {height:100px} diff --git a/head.php b/head.php index 4415ebb6d..3a5afd6cc 100644 --- a/head.php +++ b/head.php @@ -37,8 +37,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
- - +