This commit is contained in:
Jared Kerim 2017-04-20 16:05:51 -04:00
Родитель 53a473f8c1
Коммит a58d31e478
3 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -4,7 +4,8 @@ body {
}
.header_logo_icon {
height: 1.5em;
height: 1.7em;
margin-top: -5px;
padding-right: 5px;
}

Двоичные данные
app/experimenter/static/imgs/favicon_128_white.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 18 KiB

Просмотреть файл

@ -10,5 +10,5 @@
{% endblock %}
{% block branding %}
<h1 id="site-name"><a href="{% url 'admin:index' %}"><img class="header_logo_icon" src="{% static "imgs/favicon_32_white.png" %}" />Mozilla Experimenter</a></h1>
<h1 id="site-name"><a href="{% url 'admin:index' %}"><img class="header_logo_icon" src="{% static "imgs/favicon_128_white.png" %}" />Mozilla Experimenter</a></h1>
{% endblock %}