From b3e24884e9aa08f72d903116b28f9808f07aee45 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 8 Jan 2013 18:17:15 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EC=83=81?= =?UTF-8?q?=EB=8B=A8=20=EA=B8=B0=EB=B3=B8=EB=A9=94=EB=89=B4=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/def.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/def.css b/css/def.css index 4afe88a73..959817e4c 100644 --- a/css/def.css +++ b/css/def.css @@ -68,12 +68,12 @@ h6 {margin:0 0 20px} #logo a {display:inline-block;padding:20px 30px} /* 상단메뉴 */ -#tnb {padding-left:10px;border-bottom:1px solid #ddd;background:#f9f9f5;zoom:1} +#tnb {padding-left:10px;border-bottom:1px solid #ccc;background:#ebebe9;zoom:1} #tnb:after {display:block;visibility:hidden;clear:both;content:""} #tnb li {float:left;margin-left:-1px} -#tnb a {display:block;padding:0 20px;height:35px;border-right:1px solid #e9e9e9;border-left:1px solid #e9e9e9;color:#595959;font-family:"dotum";font-size:0.8em;font-weight:bold;text-decoration:none;line-height:3em} +#tnb a {display:block;padding:0 20px;height:35px;border-right:1px solid #ddd;border-left:1px solid #ddd;color:#595959;font-family:"dotum";font-size:0.8em;font-weight:bold;text-decoration:none;line-height:3em} #tnb a:hover, -#tnb a:focus {background:#f0f0ed} +#tnb a:focus {background:#f9f9f5} /* 전체검색 */ #hdsch {position:absolute;top:77px;right:0;margin:0;padding:0;width:219px;border:1px solid #ccc;border-top:0;border-right:0;background:#fff}