Скажите, это приемлемо?

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

Да, вполне. А в чем конкретно сомневаетесь?