From 3e543c112d33c1639fa187d80d0e1f7178660d04 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 7 Jan 2013 13:38:17 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EC=A0=84?= =?UTF-8?q?=EC=B2=B4=EB=B0=B0=EA=B2=BD=EC=83=89=20fff=20=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95,=20tnb=20f5f4ed=20=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= 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 7c9016a26..0db9daace 100644 --- a/css/def.css +++ b/css/def.css @@ -2,7 +2,7 @@ /* 초기화 */ html {overflow-y:scroll} -body {background:#f5f4ed;font-size:1em} +body {background:#fff;font-size:1em} html, body, h1, h2, h3, h4, h5, h6 {margin:0 0 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} @@ -68,10 +68,10 @@ h6 {margin:0 0 20px} #logo a {display:inline-block;padding:20px 30px} /* 상단메뉴 */ -#tnb {padding-left:50px;border-bottom:1px solid #ddd;background:#fff;zoom:1} +#tnb {padding-left:50px;border-bottom:1px solid #ddd;background:#f5f4ed;zoom:1} #tnb:after {display:block;visibility:hidden;clear:both;content:""} #tnb li {float:left;margin-left:-1px} -#tnb a {display:block;padding:20px;border-right:1px solid #eee;border-left:1px solid #eee;color:#595959;font-family:"dotum";font-size:0.875em;font-weight:bold;text-decoration:none} +#tnb a {display:block;padding:20px;border-right:1px solid #e9e9e9;border-left:1px solid #e9e9e9;color:#595959;font-family:"dotum";font-size:0.875em;font-weight:bold;text-decoration:none} #tnb a:hover, #tnb a:focus {background:#faf9f5}