mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-26 11:04:20 +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 {
|
#logo {
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
width: 185px;
|
||||||
|
height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user