diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php
index a68bfd0bb..9ebeb2cfd 100644
--- a/skin/board/gallery/list.skin.php
+++ b/skin/board/gallery/list.skin.php
@@ -54,7 +54,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
$k += 1;
if ($k % $bo_gallery_cols == 0) $style .= "margin:0 !important;";
?>
-
+
if ($is_checkbox) { ?> } ?>
@@ -70,8 +70,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
if ($list[$i]['is_notice']) { // 공지사항 ?>
공지
-
- } else {
+ } else {
$thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], $board['bo_gallery_width'], $board['bo_gallery_height']);
if($thumb['src']) {
diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css
index 06c560b61..61c53f9fc 100644
--- a/skin/board/gallery/style.css
+++ b/skin/board/gallery/style.css
@@ -31,7 +31,7 @@
.bo_img_href a:focus,
.bo_img_href a:hover {text-decoration:none}
.bo_img_href strong,
-.bo_img_href span {display:block;background:#f7f7f7;text-align:center;line-height:10em}
+.bo_img_href span {display:inline-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}