From 757ef935892ae641fc99eef4982d24a014f4221f Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 11 Mar 2013 14:08:53 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90,=EB=AA=A8=EB=B0=94?= =?UTF-8?q?=EC=9D=BC:=20#367=20=EC=97=90=20=EB=94=B0=EB=A5=B8=20=EA=B0=A4?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=EA=B2=8C=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8?= =?UTF-8?q?=20no=20image=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=B3=B4?= =?UTF-8?q?=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 2 +- css/mobile.css | 2 +- mobile/skin/board/gallery/list.skin.php | 4 ++-- skin/board/gallery/list.skin.php | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) 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;