From 6a9ee571ccdcf2d33d0ab4526c5a699c04fd43f4 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 15 May 2013 11:01:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20#459=20gnb=20?= =?UTF-8?q?=EB=B0=B0=EA=B2=BD=EC=83=89=20=EB=B0=8F=20container=20lnb=20?= =?UTF-8?q?=EA=B5=AC=EB=B6=84=EC=84=A0=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 8 ++++---- skin/poll/basic/style.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/default.css b/css/default.css index 5e1af7a9c..0b9aca9a6 100644 --- a/css/default.css +++ b/css/default.css @@ -36,9 +36,9 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #mb_nb img {margin-right:3px} /* gnb js off */ -#gnb {z-index:10;margin:-1px 0 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #d9d9d9;background:#f0f4f8;zoom:1} +#gnb {z-index:10;margin:-1px 0 0;background:#f5f6fa;zoom:1} #gnb:after {display:block;visibility:hidden;clear:both;content:""} -#gnb h2 {position:absolute;margin:0;padding:0;font-size:0;line-height:0;overflow:hidden} +#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} #gnb_1dul {margin:0 auto;padding:0;width:980px;zoom:1} #gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""} .gnb_1dli {z-index:10;clear:both;zoom:1} @@ -69,9 +69,9 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #wrapper:after {display:block;visibility:hidden;clear:both;content:""} #wrapper_title {margin-bottom:20px;font-size:1.2em} -#wrapper #aside {position:relative;float:right;left:-1px;width:210px;border-left:1px solid #d9d9d9;background:#fff} +#wrapper #aside {position:relative;float:right;left:-1px;width:210px;border-left:1px solid #f5f6fa;background:#fff} -#container {z-index:4;position:relative;float:left;padding:25px 20px 15px 0;width:748px;min-height:500px;height:auto !important;height:500px;border-right:1px solid #d9d9d9;background:#fff;zoom:1} +#container {z-index:4;position:relative;float:left;padding:25px 20px 15px 0;width:748px;min-height:500px;height:auto !important;height:500px;border-right:1px solid #f5f6fa;background:#fff;zoom:1} #container:after {display:block;visibility:hidden;clear:both;content:""} /* 텍스트 크기 조절 */ diff --git a/skin/poll/basic/style.css b/skin/poll/basic/style.css index ff856cf09..07f32d181 100644 --- a/skin/poll/basic/style.css +++ b/skin/poll/basic/style.css @@ -1,5 +1,5 @@ /* 설문조사 스킨 */ -#poll {border-top:1px solid #d9d9d9} +#poll {} #poll header {position:relative;padding:15px 0 0 14px} #poll h2 {} #poll header .btn_admin {margin-top:5px;width:158px;text-align:center}