Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Make recently viewed links flair look like normal link flair
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrg authored and spladug committed Jul 16, 2013
1 parent 6417f23 commit e2bd1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/r2/templates/link.htmllite
Expand Up @@ -30,7 +30,7 @@

<%def name="flair()">
%if c.user.pref_show_link_flair:
<span class="linkflair"
<span class="linkflairlabel"
${optionalstyle("color: #545454; background-color: #f5f5f5; border: 1px solid #dedede; display: inline-block; font-size: x-small; margin-right: 0.5em; padding: 0 2px; max-width: 10em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;")}>
${thing.flair_text}
</span>
Expand Down

0 comments on commit e2bd1f6

Please sign in to comment.