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
giscience
disaster-tools
covid-19-research-map
Commits
95b0cb21
Verified
Commit
95b0cb21
authored
Feb 19, 2021
by
Johannes Visintini
Browse files
fix absolute assets links
parent
0af1243f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
nginx/covid_website/assets/css/style.css
View file @
95b0cb21
...
...
@@ -293,10 +293,10 @@ hr {
flex
:
1
1
100%
;
}
}
.page-home
.hero-container
{
background-image
:
url("
/assets
/img/hero/mapswipe_grid.png")
;
}
background-image
:
url("
..
/img/hero/mapswipe_grid.png")
;
}
.page-about
.hero-container
{
background-image
:
url("
/assets
/img/hero/field_mapping.jpg")
;
}
background-image
:
url("
..
/img/hero/field_mapping.jpg")
;
}
.page-about
.steps
{
background-image
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
from
(
#e6efc6
),
to
(
#f7e8ac
));
...
...
@@ -423,13 +423,13 @@ hr {
margin
:
20px
;
}
.page-data
.hero-container
{
background-image
:
url("
/assets
/img/hero/msf_mapping.jpg")
;
}
background-image
:
url("
..
/img/hero/msf_mapping.jpg")
;
}
.page-data
.one-half
.link
{
margin-top
:
10px
;
}
.page-involved
.hero-container
{
background-image
:
url("
/assets
/img/hero/mapswipe_mapathon.jpg")
;
}
background-image
:
url("
..
/img/hero/mapswipe_mapathon.jpg")
;
}
.prefooter
.container
,
footer
.container
{
...
...
nginx/covid_website/assets/css/style.css.map
View file @
95b0cb21
This diff is collapsed.
Click to expand it.
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