diff --git a/css/default.css b/css/default.css index 23aa7d480..6d4ae8f9c 100644 --- a/css/default.css +++ b/css/default.css @@ -509,7 +509,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; .bo_img_href a:focus, .bo_img_href a:hover {text-decoration:none} .bo_img_href strong, -.bo_img_href span {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:10em} +.bo_img_href span {display:block;background:#f7f7f7;text-align:center;line-height:10em} .bo_img_text_href {margin:10px 0 !important} .bo_img_text_href a {font-weight:bold} diff --git a/css/mobile.css b/css/mobile.css index 4232bbd37..e5f02c5da 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -447,7 +447,7 @@ input.required:focus {border:0;background:#21272e !important;color:#fff;line-hei .bo_img_href a:focus, .bo_img_href a:hover {text-decoration:none} .bo_img_href strong, -.bo_img_href span {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:10em} +.bo_img_href span {display:block;width:174px;height:124px;background:#f7f7f7;text-align:center;line-height:8em} .bo_img_text_href {margin:1em 0 !important} .bo_img_text_href a {color:#000;font-weight:bold;text-decoration:none} diff --git a/mobile/skin/board/gallery/list.skin.php b/mobile/skin/board/gallery/list.skin.php index 16b233d69..8dc2e80b3 100644 --- a/mobile/skin/board/gallery/list.skin.php +++ b/mobile/skin/board/gallery/list.skin.php @@ -84,7 +84,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); - 공지 + 공지 '; } else { - $img_content = 'no image'; + $img_content = 'no image'; } echo $img_content; diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index 976e76915..f64e1c3da 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -83,7 +83,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); - 공지 + 공지 '; } else { - $img_content = 'no image'; + $img_content = 'no image'; } echo $img_content;