Skip to content

Commit

Permalink
Pull right looks nicer!
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Meyer committed Mar 1, 2018
1 parent 1fc01f5 commit ce3f376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trufflepig/bchain/posts.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def topN_list(topN_authors, topN_permalinks, topN_titles,
title = tftf.replace_newlines(title)
title = tftf.filter_special_characters(title)
if len(img_urls) >= 1:
imgstr = """ <div class="pull-left"><img src="{img}" /></div>\n\n """.format(img=img_urls[0])
imgstr = """ <div class="pull-right"><img src="{img}" /></div>\n\n """.format(img=img_urls[0])
else:
imgstr=''
entry = topN_entry.format(rank=rank, author=author, permalink=permalink,
Expand Down

0 comments on commit ce3f376

Please sign in to comment.