From 364502490e5afb8576dcf3aa69fb21690b4c9531 Mon Sep 17 00:00:00 2001 From: MinSoo Kim Date: Mon, 13 Mar 2017 01:35:56 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A2=8C=EC=B8=A1=20=EC=84=9C=EB=B8=8C?= =?UTF-8?q?=EB=A9=94=EB=89=B4=EC=99=80=20=EA=B4=80=EB=A0=A8=EB=90=9C=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=EA=B0=80=20=EC=9E=98=EB=AA=BB=20=EC=93=B0?= =?UTF-8?q?=EC=9D=B8=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 좌측 메뉴를 숨겨야 하는데.. 컨텐츠까지 숨겨버린 문제 수정. --- layouts/simple_world/layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/simple_world/layout.scss b/layouts/simple_world/layout.scss index 62298bdb1..9dde4609a 100644 --- a/layouts/simple_world/layout.scss +++ b/layouts/simple_world/layout.scss @@ -567,7 +567,7 @@ header.layout_frame .layout_menu{ box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } .layout_left_content.layout_frame>.layout_canvas { - div.layout_content { + div.layout_left_content { display:none; } #content{