From 5fe5e38260d1039d4a3e4398c85bfaaf93d7d517 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 8 Jan 2013 18:11:18 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EC=B5=9C?= =?UTF-8?q?=EC=8B=A0=EA=B8=80=EC=8A=A4=ED=82=A8=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/def.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/def.css b/css/def.css index b7527ffa5..ab923fb84 100644 --- a/css/def.css +++ b/css/def.css @@ -218,11 +218,13 @@ h6 {margin:0 0 20px} /* 최신글 */ .latest {clear:both;position:relative;margin-bottom:30px;padding:0 0 20px;border-bottom:1px solid #ccc;font-size:0.8em} -.latest strong {display:block;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee;font-size:1.1em} +.latest strong {display:block;margin-bottom:15px;padding:0 10px 10px;border-bottom:1px solid #eee;font-size:1.1em} +.latest strong a {color:#000;text-decoration:none} .latest ul {margin:0;padding:0;list-style:none} +.latest li {padding:0 10px} .latest li a {display:inline-block;padding:4px 0} -.latest p {padding:0} -.latest_more {position:absolute;top:-2px;right:0} +.latest p {text-align:center} +.latest_more {position:absolute;top:-2px;right:10px} .latest_more a {display:inline-block;padding:5px 0} /* 테이블 항목별 정의 */ From 4505be0797e2efb8009bbc498e13f44c3bc1c3a7 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 8 Jan 2013 18:14:08 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EC=95=84?= =?UTF-8?q?=EC=9B=83=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EB=A1=9C=EA=B7=B8?= =?UTF-8?q?=EC=9D=B8=20=ED=9B=84=20=EC=8A=A4=ED=83=80=EC=9D=BC,=20?= =?UTF-8?q?=EC=82=AC=EC=9D=B4=ED=8A=B8=20=EC=A0=84=EC=B2=B4=EA=B2=80?= =?UTF-8?q?=EC=83=89=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/def.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/def.css b/css/def.css index ab923fb84..4afe88a73 100644 --- a/css/def.css +++ b/css/def.css @@ -76,9 +76,9 @@ h6 {margin:0 0 20px} #tnb a:focus {background:#f0f0ed} /* 전체검색 */ -#hdsch {position:absolute;top:77px;right:0;margin:0;padding:0;border:1px solid #ccc;border-right:0;background:#fff} +#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} #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:24px;width:177px;border:0;background:transparent;font-size:1em;line-height:1.4em} +#hdsch_stx {margin:5px 0 5px 5px;padding:0 5px;height:25px;width:176px;border:0;background:transparent;font-size:1em;line-height:1.4em} #hdsch_stx:focus {background:#464649;color:#fff} #hdsch_submit {position:relative;margin-left:-5px} @@ -106,14 +106,14 @@ h6 {margin:0 0 20px} #auto_login_label {position:absolute;top:93px;left:28px;color:#696969;letter-spacing:-0.1em} #ol_submit {position:absolute;top:58px;right:12px;width:60px;height:24px;border:1px solid #b7b7b7;background:#fff;font-size:1em;font-weight:bold;letter-spacing:-0.1em;line-height:2em} /* 로그인 후 */ -#ol_after {width:199px;background:#f9f9f5;color:#000;font-size:0.75em} +#ol_after {width:219px;background:#f9f9f5;color:#000;font-size:0.75em} #ol_after header {padding:10px 0;text-align:center} #ol_after h2 {margin:0;padding:0;height:0;overflow:hidden} #ol_after ul {padding:5px 0;background:#fff} #ol_after li a {display:block;position:relative;padding:7px 10px;color:#000;text-decoration:none} #ol_after li span {position:absolute;top:7px;right:10px} #ol_after footer {padding:7px 0 10px;text-align:center} -#ol_after footer a {display:inline-block;padding:0 5px;color:#000;text-decoration:none} +#ol_after footer a {display:inline-block;padding:0 10px;color:#000;text-decoration:none} /* 설문조사 */ #poll {width:219px;border-bottom:1px solid #dedace;background:#fff;font-size:0.75em}