core: put the AE logo in the CSS

Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
Skia 2017-08-09 16:40:03 +02:00
parent 61d2765510
commit d3796479ee
2 changed files with 3 additions and 2 deletions

View File

@ -69,6 +69,8 @@ a {
#logo { #logo {
margin-left: 5%; margin-left: 5%;
display: inline-block; display: inline-block;
width: 185px;
height: 100px;
} }
header { header {

View File

@ -16,8 +16,7 @@
<body> <body>
{% block header %} {% block header %}
{% if not popup %} {% if not popup %}
<div id="logo"><a href="{{ url('core:index') }}"><img src="{{ static('core/img/logo.png') }}" <div id="logo" style="background-image: url('{{ static('core/img/logo.png') }}');"><a href="{{ url('core:index') }}"></a></div>
alt="{% trans %}Logo{% endtrans %}" /></a></div>
{% set sith = get_sith() %} {% set sith = get_sith() %}
{% if sith.alert_msg %} {% if sith.alert_msg %}
<div id="alert_box"> <div id="alert_box">