From fae8af6eb47f77b8fc5520ec7672f5c7870072ea Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 16 Jan 2013 15:23:45 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20ie=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=83=81=EB=8B=A8=20=EC=A0=84=EC=B2=B4=EA=B2=80?= =?UTF-8?q?=EC=83=89=20=EA=B9=A8=EC=A7=80=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/default.css b/css/default.css index fc722178f..22782cc1a 100644 --- a/css/default.css +++ b/css/default.css @@ -3,7 +3,7 @@ /* 초기화 */ html {overflow-y:scroll} body {margin:0;padding:0;background:#fff;font-size:1em} -html, body, h1, h2, h3, h4, h5, h6 {margin:0 0 0;padding:0} +html, body, h1, h2, h3, h4, h5, h6, form {margin:0;padding:0} h1, h2, h3, h4, h5, h6 {font-family:"verdana","dotum"} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} header ul, nav ul {margin:0;padding:0;list-style:none} @@ -82,11 +82,10 @@ a {color:#000;text-decoration:none} #tnb a {display:inline-block;padding:0 10px;height:30px;border-right:1px solid #dadada;font-family:"dotum";font-size:0.7em;text-decoration:none;line-height:2.7em} /* 상단 전체검색 */ -#hdsch {z-index:3;position:absolute;top:-31px;right:0;margin:0;padding:0;width:219px;border:0;border-left:1px solid #bbb;background:url('../img/search_bg.jpg') #fff bottom left repeat-x} +#hdsch {z-index:3;position:absolute;top:-31px !important;top:-33px;right:0;margin:0;padding:0;width:219px;border:0;border-left:1px solid #bbb;background:url('../img/search_bg.jpg') #fff bottom left repeat-x} #hdsch legend {position:absolute;padding:0;width:0;height:0;border:0;overflow:hidden} #hdsch_stx {margin:5px 0 5px 5px;padding:0 5px;height:20px;width:170px;border:0;background:transparent;font-size:1em;line-height:1.4em} #hdsch_stx:focus {background:#464649;color:#fff} -#hdsch_submit {position:relative} /* 사이드 네비게이션: 아웃로그인, 설문조사 등 */ #snb {z-index:3;position:absolute;top:111px;right:0;font-family:"verdana","dotum"}