웹진 최근게시물 아래쪽 여백 없애려면 어떻게 해야 하나요??
본문
스킨원본은 작은별님 웹진 스킨입니다.
이미지보신거처럼 위쪽 이미지보시면 노란박스안에 여백이 있습니다.. 여백을 없애주고 싶어요
(또는 높이 가운데 정렬해줘도 됩니다.)
index에서 테이블 height 수정해도 그거랑 상관없이 스킨에서 여백이 생기네용..
style.css 소스입니다.(타이틀과 more에 관련된것은 뺏습니다 // 이것은 따로 인덱스에서 만들어줬어용)
-----------------------------------------------------------------------------------------------------------------------------------------
@charset "utf-8";
.web_latest {position:relative;margin-bottom:15px;border-left:1px solid #606060;border-right:1px solid #606060;border-top:0px solid #606060}
.web_latest h2{}
.web_latest h2 a{}
.web_latest ul{padding:0;margin:0;list-style:none}
.web_latest ul li{padding:10px 0 10px 10px;border-bottom:1px solid #606060;zoom:1; background:#2b2b2b}
.web_latest ul li:after{display:block;visibility:hidden;clear:both;content:""}
.web_latest .wimg{position:absolute;display:block;border:1px solid #606060}
.web_latest .wcontent{float:left}
.web_latest .wcontent .s_subject{margin-bottom:10px;font-weight:bold}
.web_latest .wcontent .s_subject a{color: #aaaa00}
.web_latest .wcontent .s_subject img{vertical-align:top}
.web_latest .wcontent .s_memo{height:34px;margin-bottom:10px;color: #606060;line-height:17px;overflow:hidden}
.web_latest .wcontent .s_date{font-size:11px;color:#444444;padding-right:5px}
.web_latest .top_more a{}
-----------------------------------------------------------------------------------------------------------------------------------------
답변 1
여기 아닐까요?
.web_latest {position:relative;margin-bottom:15px;border-left:1px solid #606060;border-right:1px solid #606060;border-top:0px solid #606060}