Better style for <small> tags

This commit is contained in:
Bat
2018-07-19 12:00:34 +02:00
parent 8ad0abd921
commit e581ef7d09
4 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
<div class="comment" id="comment-{{ comment.id }}">
<a class="author" href="{{ comment.author.ap_url }}">
<span class="display-name">{{ comment.author.display_name }}</span>
<span class="username">@{{ comment.author.username }}</span>
<small>@{{ comment.author.username }}</small>
</a>
<div class="text">{{ comment.content | safe }}</div>
<a class="button" href="?responding_to={{ comment.id }}">{{ "Respond" | _ }}</a>