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}