Skip to content

Commit

Permalink
Load png over https instead of http.
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i authored and sol committed Jul 8, 2019
1 parent 16c9661 commit 1e00ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/public/stylesheets/resources.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dd {

#header {
width: 100%;
background-image: url('http://lobid.org/images/clouds.jpg');
background-image: url('https://lobid.org/images/clouds.jpg');
background-repeat: repeat-x;
}

Expand Down

0 comments on commit 1e00ecf

Please sign in to comment.