bugfix: making paths relative to fix images not diplaying

This commit is contained in:
Dmitri Kolytchev 2018-12-03 10:51:06 -05:00
parent 28a4f56142
commit a8be5b6a2c
No known key found for this signature in database
GPG Key ID: 570B3AD10E6F9B71
3 changed files with 3 additions and 3 deletions

View File

@ -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 -->

View File

@ -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 -->

View File

@ -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;