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}