사용자: 게시판스킨 댓글읽기
This commit is contained in:
19
css/def.css
19
css/def.css
@ -314,6 +314,25 @@ h6 {margin:0 0 20px}
|
||||
#bo_v_bot ul {float:right;padding:0;list-style:none}
|
||||
#bo_v_bot li {float:left;margin-left:5px}
|
||||
|
||||
/* 게시판 댓글 */
|
||||
#bo_vc {padding:10px;background:#f9f9f9}
|
||||
#bo_vc h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_vc article {padding:0 10px 20px;border-bottom:1px solid #ddd}
|
||||
#bo_vc header {zoom:1}
|
||||
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_vc h1 {margin:15px 0 10px;font-size:1em}
|
||||
.bo_vc_info {font-size:0.75em;zoom:1}
|
||||
.bo_vc_info:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.bo_vc_info dt {float:left}
|
||||
.bo_vc_info dd {float:left;margin:0 15px 0 10px}
|
||||
#bo_vc p {padding:0}
|
||||
#bo_vc footer {zoom:1}
|
||||
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.bo_vc_act {float:right;font-size:0.75em;list-style:none;zoom:1}
|
||||
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.bo_vc_act li {float:left;margin-left:5px}
|
||||
.bo_vc_act a {color:#000;text-decoration:none}
|
||||
|
||||
/* 우편번호 검색 */
|
||||
#post_num dl {margin:0 auto 10px;padding:0;width:90%}
|
||||
#post_num dt {margin-bottom:15px}
|
||||
|
||||
Reference in New Issue
Block a user