Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -9,8 +9,9 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
|
||||
header ul, nav ul, footer ul {margin:0;padding:0;list-style:none}
|
||||
label, input, select, img {vertical-align:middle}
|
||||
input {margin:0;padding:0;font-family:"dotum"}
|
||||
p {margin:0;padding:10px 0;line-height:1.5em;word-break:break-all}
|
||||
p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all}
|
||||
hr {display:none}
|
||||
pre {overflow-x:scroll}
|
||||
|
||||
/* 웹접근성 스킬 --- 기본 block 속성에는 적용 안됨*/
|
||||
.sound_only {display:inline-block;margin:0;padding:0;width:0;height:0;border:0;overflow:hidden}
|
||||
@ -246,7 +247,7 @@ table a {color:#000;text-decoration:none}
|
||||
|
||||
/* 게시판 읽기 */
|
||||
#bo_v_title {}
|
||||
#bo_v {position:relative;margin-bottom:30px;border-top:5px solid #666;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff}
|
||||
#bo_v {position:relative;margin-bottom:10px;border-top:5px solid #666;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#fff}
|
||||
#bo_v a {color:#000;text-decoration:none}
|
||||
#bo_v_h1 {padding:20px 20px 10px;font-size:1.2em}
|
||||
#bo_v_info {padding:0 0 15px;border-bottom:1px solid #eee}
|
||||
@ -282,10 +283,10 @@ table a {color:#000;text-decoration:none}
|
||||
#bo_v_bot {zoom:1}
|
||||
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_v_bot h2 {margin:0;padding:0;height:0;overflow:hidden}
|
||||
#bo_v_bot ul {padding:0 20px 15px;list-style:none}
|
||||
#bo_v_nb {float:left;margin:10px 0}
|
||||
#bo_v_bot ul {margin:0;padding:0 0 15px;list-style:none}
|
||||
#bo_v_nb {float:left}
|
||||
#bo_v_nb li {float:left;margin-right:5px}
|
||||
.bo_v_com {float:right;margin:10px 0}
|
||||
.bo_v_com {float:right}
|
||||
.bo_v_com li {float:left;margin-left:5px}
|
||||
|
||||
/* 게시판 댓글 */
|
||||
@ -296,7 +297,7 @@ table a {color:#000;text-decoration:none}
|
||||
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
|
||||
#bo_vc header span {}
|
||||
#bo_vc h1 {display:inline-block;margin:15px 0 5px}
|
||||
#bo_vc h1 {display:inline-block;margin:15px 10px 5px 0}
|
||||
#bo_vc a {color:#000;text-decoration:none}
|
||||
#bo_vc p {padding:0 0 5px;line-height:1.8em}
|
||||
#bo_vc fieldset {margin:0 0 10px;padding:0}
|
||||
|
||||
Reference in New Issue
Block a user