diff --git a/adm/menu_form.php b/adm/menu_form.php
index c4a8b2dbf..bb421af1c 100644
--- a/adm/menu_form.php
+++ b/adm/menu_form.php
@@ -159,11 +159,11 @@ function add_menu_list(name, link, code)
list += "";
list += "";
list += "";
- list += "
";
+ list += " | ";
- list += "";
+ list += "\n";
- list += "";
+ list += "";
list += " | ";
list += "";
diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css
index 67bbbdc73..c58c86801 100644
--- a/skin/board/gallery/style.css
+++ b/skin/board/gallery/style.css
@@ -124,7 +124,7 @@ box-shadow:inset 0 2px 5px rgb(33, 135, 202)}
#bo_gall .gall_now .gall_text_href a {color:#ff3061}
#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none}
-#bo_gall .gall_img {border-bottom:1px solid #eee;text-align:center;max-height:200px;overflow:hidden}
+#bo_gall .gall_img {border-bottom:1px solid #eee;text-align:center;height:200px;max-height:200px;overflow:hidden}
#bo_gall .gall_img a,#bo_gall .gall_img .no_image,#bo_gall .gall_img .is_notice {display:block}
#bo_gall .gall_img img {max-width:100%;height:auto !important}
#bo_gall .gall_img span {display:inline-block;background:#eaeaea;text-align:center;line-height:200px;text-transform:uppercase;font-weight:bold;font-size:1.25em;color:#777}
diff --git a/skin/latest/pic_block/latest.skin.php b/skin/latest/pic_block/latest.skin.php
index 791e2b48b..dcd824410 100644
--- a/skin/latest/pic_block/latest.skin.php
+++ b/skin/latest/pic_block/latest.skin.php
@@ -24,7 +24,7 @@ $list_count = (is_array($list) && $list) ? count($list) : 0;
}
$img_content = '
';
?>
-
+
비밀글 ";
diff --git a/skin/latest/pic_block/style.css b/skin/latest/pic_block/style.css
index 6b5dbb8af..a7c8601fe 100644
--- a/skin/latest/pic_block/style.css
+++ b/skin/latest/pic_block/style.css
@@ -10,7 +10,7 @@
.pic_lt ul:after {display:block;visibility:hidden;clear:both;content:""}
.pic_lt ul {margin: 0 -10px}
.pic_lt li {float:left;width:25%;padding:0 10px}
-.pic_lt li.galley_li:nth-child(4n+1) {clear: both!important}
+.pic_lt li.gallery_li:nth-child(4n+1) {clear: both!important}
.pic_lt li .lt_img {margin:5px 0;display:block}
.pic_lt li .lt_img img {width:100%;height:auto}
.pic_lt li a:hover {color:#a22121}
diff --git a/theme/basic/skin/board/gallery/style.css b/theme/basic/skin/board/gallery/style.css
index 67bbbdc73..c58c86801 100644
--- a/theme/basic/skin/board/gallery/style.css
+++ b/theme/basic/skin/board/gallery/style.css
@@ -124,7 +124,7 @@ box-shadow:inset 0 2px 5px rgb(33, 135, 202)}
#bo_gall .gall_now .gall_text_href a {color:#ff3061}
#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {text-decoration:none}
-#bo_gall .gall_img {border-bottom:1px solid #eee;text-align:center;max-height:200px;overflow:hidden}
+#bo_gall .gall_img {border-bottom:1px solid #eee;text-align:center;height:200px;max-height:200px;overflow:hidden}
#bo_gall .gall_img a,#bo_gall .gall_img .no_image,#bo_gall .gall_img .is_notice {display:block}
#bo_gall .gall_img img {max-width:100%;height:auto !important}
#bo_gall .gall_img span {display:inline-block;background:#eaeaea;text-align:center;line-height:200px;text-transform:uppercase;font-weight:bold;font-size:1.25em;color:#777}