From 42e9730a420befdbcd22929c5ad698ff57e28bec Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 20 Feb 2013 16:43:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EC=9D=BD=EA=B8=B0?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EC=A0=9C=EB=AA=A9=20=EC=B9=B4=ED=85=8C?= =?UTF-8?q?=EA=B3=A0=EB=A6=AC=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EA=B8=B0?= =?UTF-8?q?=EC=A4=80=EC=A0=90=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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/default.css b/css/default.css index 05124c9e1..29a7b1461 100644 --- a/css/default.css +++ b/css/default.css @@ -58,7 +58,7 @@ 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} #lnb {float:right;width:208px;border:1px solid #e7f1ed;background:#fff} -#container {float:left;padding:25px 15px 15px;width:728px;min-height:500px;height:auto !important;height:500px;border:1px solid #e7f1ed;background:#fff;zoom:1} +#container {position:relative;float:left;padding:25px 15px 15px;width:728px;min-height:500px;height:auto !important;height:500px;border:1px solid #e7f1ed;background:#fff;zoom:1} #container:after {display:block;visibility:hidden;clear:both;content:""} /* 하단 레이아웃 */ @@ -452,9 +452,9 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#4e5d60;color:#f #bo_sch legend {width:0;height:0;overflow:hidden} /* 게시판 읽기 */ -#bo_v {position:relative;margin-bottom:20px;padding-bottom:20px} +#bo_v {margin-bottom:20px;padding-bottom:20px} -#bo_v_cate {position:absolute;top:-25px;right:0 !important;right:14px;margin:0;padding:0 5px;height:25px;background:#76a5a8;color:#fff;font-weight:bold;line-height:2.2em} +#bo_v_cate {position:absolute;top:0;right:14px;margin:0;padding:0 5px;height:25px;background:#76a5a8;color:#fff;font-weight:bold;line-height:2.2em} #bo_v_h1 {padding:0 0 10px;font-size:1.2em}