[18/18] 99% что не так?

Вот такой маленький косяк.Что не так?Может подскажет кто.

html,
body {
margin: 0;
padding: 0;
}

body {
width: 280px;
min-height: 250px;
padding-top: 50px;
padding-left: 10px;
padding-right: 10px;
font-size: 12px;
font-family: “Arial”, sans-serif;
line-height: 1.2;
color: #7f8c8d;
background: #ecf0f1;
}

.post-stats .icon {
width: 15px;
height: 15px;
}
.post {
margin-left: 75px;
}
.post-title {
font-size: 20px;
color: #2980b9;
margin-bottom:5px;
}
.post-date {
font-weight: bold;
font-size: 15px;
width:55px;
height:55px;
background: #ffffff;
border-bottom: 5px solid #bdc3c7;
text-align:center;
line-height:55px;
position: absolute;
top: 50px;
left:10px;
}
a {
text-decoration:none;
color:#2980b9;
vertical-align:top;
}
.post-author {
margin-bottom: 5px;
}
.post-stats {
display: inline-block;
margin-right:10px;
position:relative;
padding-left:20px
}
.post-stats .icon,.post-stats a {
display: inline-block;
}
.post-stats .icon {position:absolute;
left: 0px;
}
.icon-tags {
background: url(/assets/course14/post-challenge.png) no-repeat 0 0;
}
.icon-comments {
background: url(/assets/course14/post-challenge.png) no-repeat -20px 0;
}
.post-text {
background: #ffffff;
padding:10px 15px;
border-bottom: 5px solid #bdc3c7;
width:165px;
}
.post-type {
border-bottom: 5px solid #bdc3c7;
width:55px;
height:55px;
position: absolute;
left:10px;
top:120px;
background:#7f8c8d url(/assets/course14/quotes.png) no-repeat 50% 50%;
}

не совсем поняла, зачем вы используете это правило в отношении .post-stats a?

да и в отношении .post-stats .icon тоже не совсем понятно :slight_smile:

Это правило лишнее.

Ну да точно.Спасибо)))