mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix margins
This commit is contained in:
parent
1c869fd78e
commit
306ccb6078
11 changed files with 13 additions and 21 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div class="row">
|
||||
<div class="column width-80">
|
||||
<a href="{{ path('user_info', { userId : user.id }) }}">
|
||||
<a class="margin-r-4-px" href="{{ path('user_info', { userId : user.id }) }}">
|
||||
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
|
||||
</a>
|
||||
{{ 'have approved sensitive edition' | trans }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue