mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
update class names
This commit is contained in:
parent
16696bc1d2
commit
f0a38e1bf5
5 changed files with 7 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{% block main_content %}
|
||||
<div class="padding-24-px margin-y-8-px border-radius-3-px background-color-night">
|
||||
<div class="text-center">
|
||||
<img class="border-radius-50 border-default border-width-2-px" src="{{ user.identicon }}" alt="{{ 'identicon'|trans }}" />
|
||||
<img class="border-radius-50 border-color-default border-width-2-px" src="{{ user.identicon }}" alt="{{ 'identicon'|trans }}" />
|
||||
</div>
|
||||
<h2>{{ 'Profile'|trans }}</h2>
|
||||
<table class="width-100">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue