Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
d3796479
Commit
d3796479
authored
Aug 09, 2017
by
Skia
🤘
Browse files
core: put the AE logo in the CSS
Signed-off-by:
Skia
<
skia@libskia.so
>
parent
61d27655
Pipeline
#1112
failed with stage
in 4 minutes and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/static/core/style.scss
View file @
d3796479
...
@@ -69,6 +69,8 @@ a {
...
@@ -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
{
...
...
core/templates/core/base.jinja
View file @
d3796479
...
@@ -16,8 +16,7 @@
...
@@ -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"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment