Browse Source

margin hardcodato

kiki 6 years ago
parent
commit
04d5025792
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/hackit0x15/templates/includes/banner.html

+ 1 - 1
themes/hackit0x15/templates/includes/banner.html

@@ -6,7 +6,7 @@
       {% block languages %}
           {% if page %}
               {% 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) }}
               </li>
           {% endif %}