Add border

This commit is contained in:
cuom1999 2021-12-27 17:49:27 +07:00
parent 6338709909
commit b030a4f921

View file

@ -15,7 +15,7 @@
{% endblock %}
{% block after_rank %}
<td><img style="max-width: none; border-radius: 50%" src="{{ gravatar(user, 45) }}" height="45px" width="45px"></td>
<td><img style="border: 2px solid black; max-width: none; border-radius: 50%" src="{{ gravatar(user, 45) }}" height="45px" width="45px"></td>
<td class="rating-td">{% if user.rating %}{{ rating_number(user) }}{% endif %}</td>
{% endblock %}