diff --git a/css/default.css b/css/default.css index c5f1b4de6..6c5c35d5a 100644 --- a/css/default.css +++ b/css/default.css @@ -100,6 +100,10 @@ a:active {color:#000;text-decoration:underline} #container {z-index:4;position:relative;float:left;padding:25px 15px 15px;width:728px;min-height:500px;height:auto !important;height:500px;border:1px solid #cfded8;background:#fff;zoom:1} #container:after {display:block;visibility:hidden;clear:both;content:""} +/* 텍스트 크기 조절 */ +#text_size {position:absolute;top:-31px;left:-1px} +#text_size button {padding:0 10px;height:30px;border:1px solid #cfded8;border-bottom:0;cursor:pointer} + /* 하단 레이아웃 */ #ft {background:#484848} #ft h1 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} @@ -480,7 +484,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; .td_subject img {margin-left:3px} /* 갤러리 목록 */ -#bo_img h2 {margin:0;padding:0;font-size:0;line-height:0;overflow:hidden} +#bo_img h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} #bo_img_list {margin:10px 0 0;padding:0;list-style:none;zoom:1} #bo_img_list:after {display:block;visibility:hidden;clear:both;content:""} .bo_img_list_li {float:left;margin:0 10px 30px 0} diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index fe20dccb8..59e8e1faa 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -68,7 +68,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); $k += 1; if ($k % $board['bo_gallery_cols'] == 0) $style .= "margin:0 !important;"; ?> -