Reduced font size for post details on home page
This commit is contained in:
parent
a172f892c4
commit
54d55a9f26
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue