Consistent styling

This commit is contained in:
2018-02-25 13:08:23 +01:00
parent c0f490a959
commit fd9f25a0f3
3 changed files with 23 additions and 30 deletions

View File

@ -12,8 +12,6 @@ component QuoteContent(quote *arn.Quote)
if quote.CharacterID != "" && quote.Character() != nil
footer.quote-character
span= "by"
a.ajax(href=quote.Character().Link())= quote.Character().Name
CharacterSmall(quote.Character())
component QuoteFooter(quote *arn.Quote)