Reduced font size for post details on home page

This commit is contained in:
Marcin Kurczewski 2014-11-09 20:10:12 +01:00
parent a172f892c4
commit 54d55a9f26

View file

@ -11,7 +11,7 @@
<div class="post-footer">
<span class="left">
<small class="left">
<% var showLink = canViewPosts %>
<% if (showLink) { %>
@ -26,9 +26,9 @@
uploaded
<%= formatRelativeTime(post.uploadTime) %>
</span>
</small>
<span class="right">
<small class="right">
featured
<%= formatRelativeTime(post.lastFeatureTime) %>
by
@ -48,7 +48,7 @@
<% if (showLink) { %>
</a>
<% } %>
</span>
</small>
</div>
</div>