From 136e98e376dee56f1f8e5313c8cacad51f447b37 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 5 Mar 2013 13:32:56 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20=EC=9E=90?= =?UTF-8?q?=EA=B8=B0=EC=86=8C=EA=B0=9C=EC=8A=A4=ED=82=A8=20=EC=99=84?= =?UTF-8?q?=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 1 - css/mobile.css | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 844dcf427..dbbe32044 100644 --- a/css/default.css +++ b/css/default.css @@ -329,7 +329,6 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; #scrap_do table {margin:0 0 10px;width:100%} #scrap_do textarea {height:100px} - /* 회원 패스워드 확인 */ #mb_confirm {margin:100px auto;width:500px} #mb_confirm h1 {margin:0 0 20px;font-size:1.3em} diff --git a/css/mobile.css b/css/mobile.css index 4181270e3..f342b6ad0 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -248,6 +248,15 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; /* 설문조사 */ +/* 폼메일 */ +#formmail textarea {height:100px} + +/* 자기소개 */ +#profile table {margin-bottom:0} +#profile section {padding:1em} +#profile h2 {margin:0} +#profile .sv_wrap a {margin:0 0 0.3em;padding:0;font-weight:bold;line-height:1em} + /* 최근게시물 스킨 (latest) */ .lt {float:left} .lt ul {display:none}