그누보드 최신버전의 게시판에서요... 정보
그누보드 최신버전의 게시판에서요...본문
<style>
.board_top { clear:both; }
.board_list { clear:both; width:100%; table-layout:fixed; margin:5px 0 0 0; }
.board_list th { font-weight:bold; font-size:12px; }
.board_list th { background:url(../skin/board/basic/img/title_bg.gif) repeat-x; }
.board_list th { white-space:nowrap; height:34px; overflow:hidden; text-align:center; }
.board_list th { border-top:1px solid #ddd; border-bottom:1px solid #dddddd; }
.board_list tr.bg0 { background-color:#fafafa; }
.board_list tr.bg1 { background-color:#ffffff; }
.board_list td { padding:.5em; }
.board_list td { border-bottom:1px solid #ddd; }
.board_list td.num { font:normal 11px tahoma; color:#999999; text-align:center; }
.board_list td.checkbox { text-align:center; }
.board_list td.subject { overflow:hidden; }
.board_list td.name { padding:0 0 0 10px; }
.board_list td.datetime { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.hit { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.good { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.nogood { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list .notice { font-weight:bold; }
.board_list .current { font:bold 11px tahoma; color:#E15916; }
.board_list .comment { font-family:Tahoma; font-size:10px; color:#EE5A00; }
.board_button { clear:both; margin:10px 0 0 0; }
.board_page { clear:both; text-align:center; margin:3px 0 0 0; }
.board_page a:link { color:#777; }
.board_search { text-align:center; margin:10px 0 0 0; }
.board_search .stx { height:21px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }
</style>
스타일일 살펴보면
.board_list td { padding:.5em; }
이 부분이 게시판 리스트 제목의 높이?(게시물과 게시물 사이의 높이)를 설정하는것 같은데요...
너무 좁은것 같아 6, 7 이렇게 변경을 해 보았더니 너무 벌어지네요?
어떻게 변경해야 픽셀같이 조금씩 늘릴 수 있을까요?
답변좀 부탁드릴께요.
즐거운 하루보내세요~^^
.board_top { clear:both; }
.board_list { clear:both; width:100%; table-layout:fixed; margin:5px 0 0 0; }
.board_list th { font-weight:bold; font-size:12px; }
.board_list th { background:url(../skin/board/basic/img/title_bg.gif) repeat-x; }
.board_list th { white-space:nowrap; height:34px; overflow:hidden; text-align:center; }
.board_list th { border-top:1px solid #ddd; border-bottom:1px solid #dddddd; }
.board_list tr.bg0 { background-color:#fafafa; }
.board_list tr.bg1 { background-color:#ffffff; }
.board_list td { padding:.5em; }
.board_list td { border-bottom:1px solid #ddd; }
.board_list td.num { font:normal 11px tahoma; color:#999999; text-align:center; }
.board_list td.checkbox { text-align:center; }
.board_list td.subject { overflow:hidden; }
.board_list td.name { padding:0 0 0 10px; }
.board_list td.datetime { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.hit { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.good { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list td.nogood { font:normal 11px tahoma; color:#BABABA; text-align:center; }
.board_list .notice { font-weight:bold; }
.board_list .current { font:bold 11px tahoma; color:#E15916; }
.board_list .comment { font-family:Tahoma; font-size:10px; color:#EE5A00; }
.board_button { clear:both; margin:10px 0 0 0; }
.board_page { clear:both; text-align:center; margin:3px 0 0 0; }
.board_page a:link { color:#777; }
.board_search { text-align:center; margin:10px 0 0 0; }
.board_search .stx { height:21px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }
</style>
스타일일 살펴보면
.board_list td { padding:.5em; }
이 부분이 게시판 리스트 제목의 높이?(게시물과 게시물 사이의 높이)를 설정하는것 같은데요...
너무 좁은것 같아 6, 7 이렇게 변경을 해 보았더니 너무 벌어지네요?
어떻게 변경해야 픽셀같이 조금씩 늘릴 수 있을까요?
답변좀 부탁드릴께요.
즐거운 하루보내세요~^^
댓글 전체
px로 주면 되지 않나요??
꼭 em으로 줄 필요가있나요?....ㅡ.ㅡ;
[이상 완전 캐초보 의견입니다.]
꼭 em으로 줄 필요가있나요?....ㅡ.ㅡ;
[이상 완전 캐초보 의견입니다.]
답변 감사합니다^^
em 의 경우 소숫점이 가능합니다.
5.1 , 5.2 이렇게 바꿔서 맟춰보세요.
그리고 글씨 높이를 맟출때 padding도 쓰고 line-height 등도 쓰입니다.
저는 line-height 를 주로 쓴다는 ^^
5.1 , 5.2 이렇게 바꿔서 맟춰보세요.
그리고 글씨 높이를 맟출때 padding도 쓰고 line-height 등도 쓰입니다.
저는 line-height 를 주로 쓴다는 ^^
감사합니다.
line-height 로 해결했어요^^;;
line-height 로 해결했어요^^;;