Анонс поста (18/18) 99%

Уже час сижу и никак не могу понять почему 99%. :roll_eyes: Вроде все правильно.

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

body {
width: 280px;
min-height: 250px;
padding-top: 50px;
padding-right: 10px;
padding-left: 10px;

font-size: 12px;
line-height: 1.2;
font-family: “Arial”, sans-serif;
color: #7f8c8d;

background-color: #ecf0f1;
}

.post {
position: relative;
margin-left: 75px;
}

.post a {
text-decoration: none;
color: #2980b9;
}

.post .post-title {
padding-bottom: 5px;
font-size: 20px;
color: #2980b9;
}

.post .post-date {
display: inline-block;
position: absolute;
top: 0; left: -75px;
width: 55px;
height: 55px;
font-size: 15px;
font-weight: bold;
line-height: 55px;
text-align: center;
background-color: #ffffff;
border-bottom: 5px solid #bdc3c7;
}

.post .post-type {
position: absolute;
top: 70px; left: -75px;
width: 55px;
height: 55px;
background-color: #7f8c8d;
background-image: url(quotes.png);
background-repeat: no-repeat;
background-position: 50% 50%;
border-bottom: 5px solid #bdc3c7;
}

.post .post-author {
margin-bottom: 5px;
}

.post .post-stats {
position: relative;
display: inline-block;
padding-right: 10px;
padding-left: 20px;
}

.post .post-stats a {
display: inline-block;
}

.post .post-stats .icon {
position: absolute;
top: 0; left: 0;
display: inline-block;
width: 15px;
height: 15px;
background-image: url(post-challenge.png);
background-repeat: no-repeat;
}

.post .post-stats .icon-comments {
background-position: -20px 0;
}

.post .post-text {
width: 165px;
padding: 10px 15px;
background-color: white;
border-bottom: 5px solid #bdc3c7;
}

Это лишнее.