margin hardcodato
This commit is contained in:
parent
dc44e9c94d
commit
04d5025792
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
{% block languages %}
|
{% block languages %}
|
||||||
{% if page %}
|
{% if page %}
|
||||||
{% import 'includes/translations.html' as translations with context %}
|
{% import 'includes/translations.html' as translations with context %}
|
||||||
<li style="float:right;padding-right:5px;color:blue;">
|
<li style="float:right;padding-right:5px;margin-top:-40px;">
|
||||||
{{ translations.translations_for(page,label=False) }}
|
{{ translations.translations_for(page,label=False) }}
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue