Merge branch 'g5'

This commit is contained in:
chicpro
2014-01-08 13:55:14 +09:00
5 changed files with 34 additions and 30 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

@ -174,7 +174,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}