최신 게시물의 간격을 줄이고싶습니다.
본문
http://sir.kr/qa/137543?sfl=mb_id%2C1&lstx=naver_5dbigj7r
에서 질문하였던 내용을 수정했지만 정상적으로 처리되지 않아 다시 질문드립니다.
아래의 모습입니다.
위에서 보시는것처럼 너무 간격이 넓어서 보기가 부담스럽습니다.
스타일시트의 모든내용을 이곳에 올리겠습니다 어딜 수정하여야 하는지 너무답답합니다 ㅠㅠ
부탁드리겠습니다
답변 주시는분들께 미리감사드립니다.
@charset "utf-8";
#allboard {*zoom:1}
#allboard:after{content:""; display:block; clear:both;}
/* 올보드 전체 레이아웃 사이즈 */
/*#allboard {width:310px;height:320px;border:1px solid #e1e1e1;margin:0 auto;margin-top:50px;overflow:hidden;position:relative}*/
#allboard {width:210px;height:320px;border:1px solid #e1e1e1;margin:0 auto;margin-top:50px;overflow:hidden;position:relative}
/* 올보드 타이틀 사이즈 */
#allboard .allboard_title {height:36px;background:#f6f6f6;border-bottom:1px solid #e1e1e1;position:relative}
#allboard .allboard_title span {font-size:12px;color:#444;font-weight:bold;margin-left:10px; line-height:35px;}
/* 새로고침 버튼 */
#allboard .allboard_title .refresh {width:30px;height:36px;background:url('./img/refresh.jpg') no-repeat 0 0;position:absolute;right:0;top:0;border-style:none}
#allboard .allboard_title .refresh:hover {width:30px;height:36px;background:url('./img/refresh.jpg') no-repeat -30px 0;position:absolute;right:0;top:0;border-style:none}
/* 로딩 페이지 */
#allboard #allboard_conts {position:relative;padding:7px 0 0 7px}
#allboard #allboard_conts .loadign_page {display:none}
#allboard #allboard_conts .loading_bg {width:310px;height:320px;background:#fff;opacity:0.8;position:absolute;left:0;top:0}
#allboard #allboard_conts .loading_icon {width:66px;height:66px;background:url('./img/loading_icon.gif') no-repeat 0 0;position:absolute;left:120px;top:70px}
#allboard #allboard_conts .loading_text {width:280px;height:25px;text-align:center;line-height:1.7em;font-size:15px;color:#fff;font-weight:bold;position:absolute;left:13px;top:150px;background:#FE4F90}
#allboard #allboard_conts ul {margin:0;padding:0;list-style:none}
#allboard #allboard_conts .conts {color:#2c2c2c;font-size:12px;display:block;cursor:pointer}
#allboard #allboard_conts .conts .over:hover {color:#FE4F90;font-size:12px;display:block;cursor:pointer}
#allboard #allboard_conts .conts a {float:left;margin-bottom:10px}
#allboard #allboard_conts .conts a span {float:left}
/* 게시판의 이름 */
#allboard #allboard_conts .conts .board_name {width:65px;height:24px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:#FE4F90;color:#fff;line-height:24px;text-align:center;text-decoration:none}
#allboard #allboard_conts .conts .board_name:hover {width:65px;height:24px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:#d13e90;color:#fff;line-height:24px;text-align:center;text-decoration:none}
/* 게시판의 내용 제목 */
/*#allboard #allboard_conts li .board_title {width:155px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:25px;margin-left:5px;display:block}*/
#allboard #allboard_conts li .board_title {style=padding:0px 0;width:90px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:25px;margin-left:5px;display:block}
/* 게시판의 내용 조회 수 */
#allboard #allboard_conts li .board_hits {padding:0px 0;width:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:25px;margin-left:5px;text-align:center}
/* 게시판의 내용 작성한 시간, 날짜 */
#allboard #allboard_conts li .board_time {padding:0px 0;width:30px;letter-spacing:-0.02em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:25px;margin-left:5px;text-align:center}
!-->
답변 1
#allboard #allboard_conts .conts a {float:left;margin-bottom:10px}
=>
#allboard #allboard_conts .conts a {float:left;margin-bottom:5px}
정도로 변경하시면 될 듯 합니다.
답변을 작성하시기 전에 로그인 해주세요.