simplify datetime display

This commit is contained in:
Thibault Duplessis 2013-05-28 18:25:51 +02:00
parent 6699f30c67
commit 4128a3fb1a
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@
<p class="meta clearfix">
<a href="@postUrl">@v.topic.name</a>
@authorLink(v.post, withOnline = false)
<span class="date">@timeago(v.post.createdAt)</span>
@timeago(v.post.createdAt)
</p>
<p>@shorten(v.post.text, 200)</p>
</li>

View file

@ -59,7 +59,7 @@ ol.crumbs li:first-child {
#lichess_forum .search_results time {
font-size: 0.8em;
white-space: nowrap;
display: block
display: block;
}
#lichess_forum .search_results a.post {
display: block;

View file

@ -139,7 +139,7 @@
color: #aaa;
text-decoration: none;
}
#team .forum .date {
#team .forum time {
font-size: 0.8em;
}
#team .forum .meta > * {