вопрос
Доброго времени суток! Хотел попросить помощи в решении моей проблемы.
Подскажите, как убрать вертикальный отступ между новостями? (см.скриншот)
Код:
Подскажите, как убрать вертикальный отступ между новостями? (см.скриншот)
Код:
/*basemain*/
.basemain {
float: left;
width: 221px; height: 200px;
margin-right: 13px;
font-family: Tahoma, Arial, Verdana, sans-serif;
font-weight: normal;
font-size: 0.9em;
}
.basemain a {
text-decoration: none !important;
float: left;
overflow: hidden;
width: 221px;
}
.basemain a span, .basemain a span b { cursor: pointer; }
.basemain .date, .basemain .date span { float: left; height: 21px; }
.basemain .date {
line-height: 20px;
font-size: 0.9em;
color: #fff;
background: #527e97 url("../images/bm_date.png") no-repeat 0 0;
margin-left: 5px;
}
.basemain .date span {
background: url("../images/bm_date.png") no-repeat 100% -21px;
padding: 0 8px;
}
.basemain .image {
width: 260px; height: 130px;
background: url("../images/bm_image.png") no-repeat 0 0;
}
.basemain .image span,
.basemain .image { display: block; overflow: hidden; }
.basemain .image span { margin-left: 4px; padding-top: 4px; width: 250px; height: 120px;}
.basemain .image span img { width: 250px; }
.basemain b {
display: block;
color: #004f81;
padding: 5px;
}
.basemain a:hover .date { background-position: 0 -42px; }
.basemain a:hover .date span { background-position: 100% -63px; }
.basemain a:hover .image { background-position: 0 -110px; }
.basemain a:hover b { text-decoration: underline; }