diff --git a/css/default.css b/css/default.css index e32f2cb32..ededfc007 100644 --- a/css/default.css +++ b/css/default.css @@ -481,17 +481,26 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; /* 갤러리 목록 */ #bo_img h2 {margin:0;padding:0;font-size:0;line-height:0;overflow:hidden} -#bo_img_list {margin:0;padding:0;list-style:none;zoom:1} +#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} .bo_img_con {margin:0;padding:0;list-style:none} -.bo_img_con li {} -.bo_img_href:link, -.bo_img_href:focus, -.bo_img_href:hover {text-decoration:none} +.bo_img_con li {margin:0 0 4px} +.bo_img_con span {display:inline-block;width:50px} + +.bo_img_now .bo_img_text_href a {color:#ff3061} + +.bo_img_href a:link, +.bo_img_href a:focus, +.bo_img_href a:hover {text-decoration:none} .bo_img_href strong {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:10em} +.bo_img_text_href {margin:10px 0 !important} +.bo_img_text_href a {font-weight:bold} +.bo_img_text_href span {display:inline !important} +.bo_img_text_href img {margin:0 0 0 4px} + /* 목록 공통 */ .bo_fx {margin-bottom:5px;zoom:1} .bo_fx:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index a17bbae65..889258c5a 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -5,6 +5,20 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); if (!$wr_id) {?>