mirror of
https://github.com/MontrealGameJam/MontrealGameJam.github.io.git
synced 2026-03-24 04:01:07 +00:00
bugfix: making paths relative to fix images not diplaying
This commit is contained in:
parent
28a4f56142
commit
a8be5b6a2c
@ -64,7 +64,7 @@
|
|||||||
<!-- Image Background Page Header -->
|
<!-- Image Background Page Header -->
|
||||||
<!-- Note: The background image is set within the business-casual.css file. -->
|
<!-- Note: The background image is set within the business-casual.css file. -->
|
||||||
<header class="business-header header-img-fr">
|
<header class="business-header header-img-fr">
|
||||||
<img src="/static/img/header_fr.png"/>
|
<img src="../../static/img/header_fr.png"/>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- Page Content -->
|
<!-- Page Content -->
|
||||||
|
|||||||
@ -64,7 +64,7 @@
|
|||||||
<!-- Image Background Page Header -->
|
<!-- Image Background Page Header -->
|
||||||
<!-- Note: The background image is set within the business-casual.css file. -->
|
<!-- Note: The background image is set within the business-casual.css file. -->
|
||||||
<header class="business-header header-img-fr">
|
<header class="business-header header-img-fr">
|
||||||
<img src="/static/img/header_fr.png"/>
|
<img src="../../static/img/header_fr.png"/>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- Page Content -->
|
<!-- Page Content -->
|
||||||
|
|||||||
@ -21,7 +21,7 @@ body {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
background: url(/static/img/header_blur.png) center 51px;
|
background: url(../../static/img/header_blur.png) center 51px;
|
||||||
/*background-size: cover;*/
|
/*background-size: cover;*/
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user