@ -41,12 +41,15 @@
.card {
border-left: 4px solid #ccc;
padding-left: 20px;
text-align: left;
height: 53px;
margin-top: 2px;
overflow: hidden;
> * {
}
img {
border-radius: 50%;
width: 30px;
@ -66,6 +69,13 @@
small {
color: @gray-light;
.post-content p {
display: none;
&:first-child {
display: inline-block;
@ -4,7 +4,9 @@
<p>
<strong>{categories.posts.user.username}</strong> <small class="timeago" title="{categories.posts.relativeTime}"></small>
</p>
<div class="post-content">
{categories.posts.content}
</div>
<!-- ENDIF @first -->
<!-- END posts -->