From 79cead3b5902ffa794b92df2d94dc030a6c369e2 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Jul 2018 22:24:22 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8F=84=EC=8B=9C=20css=20contain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_install/templates/common.orig.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/f_install/templates/common.orig.css b/f_install/templates/common.orig.css index bd5b249c..c4781004 100644 --- a/f_install/templates/common.orig.css +++ b/f_install/templates/common.orig.css @@ -65,20 +65,25 @@ /*미니체 지도*/ .map_theme_miniche.map_spring .map_bglayer1{ background: url('_tK_gameImagePath_/map/che/bg_spring.jpg') no-repeat; + background-size: 700px 500px; } .map_theme_miniche.map_summer .map_bglayer1{ background: url('_tK_gameImagePath_/map/che/bg_summer.jpg') no-repeat; + background-size: 700px 500px; } .map_theme_miniche.map_fall .map_bglayer1{ background: url('_tK_gameImagePath_/map/che/bg_fall.jpg') no-repeat; + background-size: 700px 500px; } .map_theme_miniche.map_winter .map_bglayer1{ background: url('_tK_gameImagePath_/map/che/bg_winter.jpg') no-repeat; + background-size: 700px 500px; } .map_theme_miniche .map_bgroad{ background: url('_tK_gameImagePath_/map/che/miniche_road.png') no-repeat; + background-size: 700px 500px; } \ No newline at end of file