게시판 갤러리형태의 간격조정?
본문
갤러리형태의 목록에서 이미지간의 간격조정은 어디서 하나요?
답변 1
빨간 부분 입니다.
/* 갤러리 목록 */
#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_gall #gall_ul {margin:10px 0 0;padding:0;list-style:none;zoom:1}
#bo_gall #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_gall .gall_li {float:left;margin:0 10px 30px 0}
답변을 작성하시기 전에 로그인 해주세요.