From e7614572717a524cb47671fee973d34987dfe27b Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 8 Feb 2013 15:19:05 +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=EA=B8=80=EC=9D=BD?= =?UTF-8?q?=EA=B8=B0=20=EA=B2=8C=EC=8B=9C=ED=8C=90=20=ED=83=80=EC=9D=B4?= =?UTF-8?q?=ED=8B=80=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/default.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/default.css b/css/default.css index 4c14d1bf9..d3722ebf7 100644 --- a/css/default.css +++ b/css/default.css @@ -436,7 +436,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#595959;color:#f .cnt_cmt {display:inline-block;margin:0 4px;color:#3380ad} /* 게시판 읽기 */ -#bo_v_title {margin-bottom:10px;border:1px solid #ddd;border-top-right-radius:10px;border-top-left-radius:10px;background:#f7f7f2;text-align:center} +#bo_v_title {margin-bottom:10px;padding:5px 0;border:1px solid #d0d0d0;border-radius:10px;background:#e7e7e7;text-align:center} #bo_v_h1 {padding:10px 0 5px;font-size:1.2em} #bo_v_info {padding:5px 0 8px} @@ -472,7 +472,8 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#595959;color:#f #bo_v_atc {min-height:200px;height:auto !important;height:200px} #bo_v_atc h1 {margin:0;padding:0;height:0;overflow:hidden} -#bo_v_img {margin:10px auto;width:730px;border-right:1px solid #ddd;overflow:hidden} +#bo_v_img {margin:0 0 10px;width:730px;overflow:hidden:zoom:1} +#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""} #bo_v_img img {max-width:100%;height:auto} #bo_v_con {margin-bottom:30px;width:730px;line-height:1.7em;word-break:break-all;overflow:hidden} #bo_v_con a {color:#3380ad;text-decoration:underline}