diff --git a/css/def.css b/css/def.css index 7ce422307..b7527ffa5 100644 --- a/css/def.css +++ b/css/def.css @@ -217,12 +217,12 @@ h6 {margin:0 0 20px} .readonly {background:#ff3061} /* 최신글 */ -.latest {clear:both;margin-bottom:30px;padding:20px;border:1px solid #eee;font-size:0.8em} -.latest strong {display:inline-block;margin-bottom:15px} +.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 ul {margin:0;padding:0;list-style:none} .latest li a {display:inline-block;padding:4px 0} .latest p {padding:0} -.latest_more {clear:both;text-align:right} +.latest_more {position:absolute;top:-2px;right:0} .latest_more a {display:inline-block;padding:5px 0} /* 테이블 항목별 정의 */