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 -->
|
||||
<!-- Note: The background image is set within the business-casual.css file. -->
|
||||
<header class="business-header header-img-fr">
|
||||
<img src="/static/img/header_fr.png"/>
|
||||
<img src="../../static/img/header_fr.png"/>
|
||||
</header>
|
||||
|
||||
<!-- Page Content -->
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
<!-- Image Background Page Header -->
|
||||
<!-- Note: The background image is set within the business-casual.css file. -->
|
||||
<header class="business-header header-img-fr">
|
||||
<img src="/static/img/header_fr.png"/>
|
||||
<img src="../../static/img/header_fr.png"/>
|
||||
</header>
|
||||
|
||||
<!-- Page Content -->
|
||||
|
||||
@ -21,7 +21,7 @@ body {
|
||||
padding: 0px;
|
||||
border: 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-attachment: fixed;
|
||||
overflow: hidden;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user