From 5bbf616997f69627636aaf9ec9b637d3d08cbb6f Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 29 Nov 2013 09:45:21 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20min-widt?= =?UTF-8?q?h=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index a4de4d937..e97cfde7a 100644 --- a/css/default.css +++ b/css/default.css @@ -22,7 +22,7 @@ a:link, a:visited {color:#000;text-decoration:none} a:hover, a:focus, a:active {color:#000;text-decoration:underline} /* 상단 레이아웃 */ -#hd {z-index:10;position:relative;border-top:3px solid #151515;background:#fff} +#hd {z-index:10;position:relative;min-width:980px;border-top:3px solid #151515;background:#fff} #hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} #hd_wrapper {position:relative;margin:0 auto;width:980px} @@ -86,7 +86,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} .ts_up2 {font-size:1.3em !important} /* 하단 레이아웃 */ -#ft {background:#484848} +#ft {min-width:980px;background:#484848} #ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden} #ft_catch {position:relative;margin:0 auto;padding:20px 0;width:980px;text-align:center}