Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AE
Sith
Commits
d3796479
Commit
d3796479
authored
Aug 09, 2017
by
Skia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
core/static/core/style.scss
core/static/core/style.scss
+2
-0
core/templates/core/base.jinja
core/templates/core/base.jinja
+1
-2
No files found.
core/static/core/style.scss
View file @
d3796479
...
...
@@ -69,6 +69,8 @@ a {
#logo
{
margin-left
:
5%
;
display
:
inline-block
;
width
:
185px
;
height
:
100px
;
}
header
{
...
...
core/templates/core/base.jinja
View file @
d3796479
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
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