remove repetitive clock icon from the post viewer.

This commit is contained in:
danielgrippi 2012-02-26 14:23:47 -08:00
parent 722116cebc
commit 6e0b351d70
2 changed files with 2 additions and 8 deletions

View file

@ -17,7 +17,6 @@
{{/if}}
<div class="post-time">
<i class="icon-time"></i>
<time datetime="{{created_at}}" />
</div>
</div>

View file

@ -175,7 +175,8 @@ $large-type: 40px;
}
.note-content {
width: 550px;
min-width: 350px;
max-width: 550px;
padding-bottom: 50px;
display: inline-block;
text-align: left;
@ -381,12 +382,6 @@ body.idle {
color: #000;
@include opacity(0.5);
}
.post-vitals {
span {
padding-right: 8px;
}
}
}
#post-interactions {