Make recently viewed links flair look like normal link flair

This commit is contained in:
Jacob
2013-02-19 23:02:28 -08:00
committed by Neil Williams
parent 6417f23a0c
commit e2bd1f668f

View File

@@ -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>