모바일: 메일보내기 타이틀 마크업, 프로필 인사말 스타일 수정

This commit is contained in:
whitedot
2014-01-08 11:35:07 +09:00
parent dda4b73f26
commit 80ed9701e4
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
<div id="formmail" class="new_win mbskin">
<h1 id="new_win"><?php echo $name ?>님께 메일보내기</h1>
<h1 id="win_title"><?php echo $name ?>님께 메일보내기</h1>
<form name="fformmail" action="./formmail_send.php" onsubmit="return fformmail_submit(this);" method="post" enctype="multipart/form-data" style="margin:0px;">
<input type="hidden" name="to" value="<?php echo $email ?>">

View File

@ -161,7 +161,7 @@
/* 자기소개 */
#profile table {margin-bottom:0}
#profile section {padding:10px}
#profile section {padding:10px 20px}
#profile h2 {margin:0}
#profile .sv_wrap a {margin:0 0 5px;padding:0;font-weight:bold;line-height:10px}