답변 2개
채택된 답변
+20 포인트
1년 전
추가 커스텀 내역이 없다면 latest 쪽의 css 중 일부를 다음 처럼 수정해볼수 있습니다.
theme/basic/skin/latest/basic/style.css
.lat li {position:relative;line-height:18px;/*border-bottom:1px solid #e5ecee;*/margin-bottom:10px}
theme/basic/skin/latest/notice/style.css
.notice li {text-overflow:ellipsis;overflow:hidden;white-space:nowrap;/*border-bottom:1px solid #343434*/}
theme/basic/skin/latest/pic_list/style.css
.pic_li_lt li {/*border-bottom:1px solid #e5ecee;*/margin-bottom:10px}
theme/basic/skin/latest/pic_basic/style.css
.pic_lt .lat_title {display:block;background:#fcfcfc;padding:0 20px;line-height:45px;font-size:1.083em;/*border-bottom:1px solid #e2e2e2;*/color:#253dbe;}
로그인 후 평가할 수 있습니다
답변에 대한 댓글 2개
a
aicrew
1년 전
감사합니다.
a
aicrew
1년 전
pic_list 스킨을 쓰는데
.pic_li_lt li {/*border-bottom:1px solid #e5ecee;*/margin-bottom:10px} 에서
border-bottom:0px 로 수정하니 사라졌어요.
정말 감사합니다.
.pic_li_lt li {/*border-bottom:1px solid #e5ecee;*/margin-bottom:10px} 에서
border-bottom:0px 로 수정하니 사라졌어요.
정말 감사합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인