mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
core: put the AE logo in the CSS
Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
parent
61d2765510
commit
d3796479ee
@ -69,6 +69,8 @@ a {
|
||||
#logo {
|
||||
margin-left: 5%;
|
||||
display: inline-block;
|
||||
width: 185px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
header {
|
||||
|
@ -16,8 +16,7 @@
|
||||
<body>
|
||||
{% block header %}
|
||||
{% if not popup %}
|
||||
<div id="logo"><a href="{{ url('core:index') }}"><img src="{{ static('core/img/logo.png') }}"
|
||||
alt="{% trans %}Logo{% endtrans %}" /></a></div>
|
||||
<div id="logo" style="background-image: url('{{ static('core/img/logo.png') }}');"><a href="{{ url('core:index') }}"></a></div>
|
||||
{% set sith = get_sith() %}
|
||||
{% if sith.alert_msg %}
|
||||
<div id="alert_box">
|
||||
|
Loading…
Reference in New Issue
Block a user