Make spacing after [deleted] authors consistent.

This commit is contained in:
Max Goodman
2011-09-16 15:13:38 -07:00
committed by Neil Williams
parent c6b2115d51
commit 26a32e1bc1
2 changed files with 4 additions and 4 deletions

View File

@@ -589,7 +589,7 @@ ul.flat-vert {text-align: left;}
.tagline a.author.admin { font-weight: bold }
.tagline a:hover { text-decoration: underline }
a.author { margin-right: 0.5em; }
.author { margin-right: 0.5em; }
.flair {
display: inline-block;

View File

@@ -32,12 +32,12 @@
</%def>
%if context_deleted and not c.user_is_admin:
[deleted]
<span class="author">[deleted]</span>
%else:
%if thing.user_deleted:
<span>[deleted]</span>
<span class="author">[deleted]</span>
%elif thing.name == '[blocked]':
<span>${_(thing.thing.original_author.name)}</span>
<span class="author">${_(thing.thing.original_author.name)}</span>
%else:
%if thing.flair_position == 'left':
${flair(thing, enabled=thing.force_show_flair)}