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