2014-07-25 14:31:39 +02:00
|
|
|
.post .thumb {
|
|
|
|
width: 150px;
|
|
|
|
height: 150px;
|
|
|
|
}
|
|
|
|
|
2013-10-17 22:57:32 +02:00
|
|
|
.comment-group .post-wrapper {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.comment-group .comments {
|
2013-10-19 20:05:03 +02:00
|
|
|
margin-left: 170px;
|
|
|
|
overflow: hidden;
|
2013-10-17 22:57:32 +02:00
|
|
|
}
|
|
|
|
|
2013-10-19 20:05:03 +02:00
|
|
|
.comment-group .post {
|
2013-10-17 22:57:32 +02:00
|
|
|
margin-right: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2013-10-19 20:05:03 +02:00
|
|
|
.comment-group:not(:last-child) {
|
2013-10-17 22:57:32 +02:00
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2013-10-19 22:56:56 +02:00
|
|
|
|
|
|
|
.small-screen .comment-group .post-wrapper {
|
|
|
|
float: none;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.small-screen .comment-group .post {
|
|
|
|
margin: 0 auto 1em auto;
|
|
|
|
}
|
|
|
|
.small-screen .comment-group .comments {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2014-02-24 00:17:01 +01:00
|
|
|
|
|
|
|
.hellip {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
display: inline-block;
|
|
|
|
}
|