diff --git a/mobile/skin/member/basic/register_form.skin.php b/mobile/skin/member/basic/register_form.skin.php index 89c7e67f0..cd720a6bb 100644 --- a/mobile/skin/member/basic/register_form.skin.php +++ b/mobile/skin/member/basic/register_form.skin.php @@ -113,10 +113,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 - class="frm_input " size="2" maxlength="3"> + class="frm_input " size="3" maxlength="3"> - - class="frm_input " size="2" maxlength="3"> + class="frm_input " size="3" maxlength="3"> class="frm_input frm_address " size="50"> diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css index 6f064dc09..7047ecb95 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -3,7 +3,7 @@ /* 게시판 목록 */ #bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em} -#bo_cate h2 {position:absolute;;font-size:0;line-height:0;overflow:hidden} +#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} #bo_cate ul {margin-bottom:10px;padding-left:1px;width:728px;zoom:1} #bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""} #bo_cate li {float:left;margin-bottom:-1px} diff --git a/skin/board/basic/view.skin.php b/skin/board/basic/view.skin.php index aedf0870b..eb78d57d7 100644 --- a/skin/board/basic/view.skin.php +++ b/skin/board/basic/view.skin.php @@ -12,7 +12,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');

diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index 56d3e5626..64adad71f 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -160,13 +160,13 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); diff --git a/skin/board/gallery/view.skin.php b/skin/board/gallery/view.skin.php index aedf0870b..eb78d57d7 100644 --- a/skin/board/gallery/view.skin.php +++ b/skin/board/gallery/view.skin.php @@ -12,7 +12,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');