mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-30 11:19:54 +01:00
fixing timestamps in category view (topics listing) for noscript
This commit is contained in:
@@ -6,11 +6,12 @@
|
||||
<ul class="topics">
|
||||
<!-- BEGIN topics -->
|
||||
<li>
|
||||
<span class="timestamp">{topics.teaser_timestamp}</span>
|
||||
<a href="../../topic/{topics.slug}">{topics.title} ({topics.postcount})</a>
|
||||
<div class="teaser">
|
||||
<img class="img-thumbnail" src="{topics.teaser_userpicture}" />
|
||||
<p>
|
||||
{topics.teaser_text} — {topics.teaser_timestamp} ago
|
||||
{topics.teaser_text}
|
||||
</p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
@@ -32,6 +32,13 @@ noscript {
|
||||
.default;
|
||||
}
|
||||
|
||||
.timestamp {
|
||||
float: right;
|
||||
color: #999;
|
||||
font-style: italic;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.teaser {
|
||||
margin-left: 16px;
|
||||
margin-top: 8px;
|
||||
|
||||
Reference in New Issue
Block a user