From 05de03dc181c060716d4e3555d03b309c2559124 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 6 Mar 2013 15:30:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20ie6=20=EC=97=90?= =?UTF-8?q?=EC=84=9C=20hd=20=EA=B9=A8=EC=A7=80=EB=8A=94=20=ED=98=84?= =?UTF-8?q?=EC=83=81=20=EC=88=98=EC=A0=95?= 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 9a644edf0..1f4728db1 100644 --- a/css/default.css +++ b/css/default.css @@ -34,7 +34,7 @@ a:active {color:#000;text-decoration:underline} #captcha_wav img {border:1px solid #cfded8;border-left:0;background:#494949} /* 상단 레이아웃 */ -#hd {border-top:3px solid #151515;border-bottom:1px solid #e7f1ed;background:#fff} +#hd {height:auto !important;height:0;border-top:3px solid #151515;border-bottom:1px solid #e7f1ed;background:#fff} /* height 중첩은 ie6 대응을 위한 것임 */ #hd h1 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} #hd_wrapper {position:relative;margin:0 auto;width:980px} @@ -260,7 +260,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; /* 아웃로그인 스킨 */ .ol {position:relative;padding:15px 15px 14px 14px} -.ol h2 {margin:0;padding:0;font-size:0;line-height:0;overflow:hidden} +.ol h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden} .ol ul {margin:0;padding:0;list-style:none} #ol_before {}