Skip to content

Commit

Permalink
fix(examples): add correct relative path to background-url (angular#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
riavalon authored and kara committed Feb 27, 2017
1 parent 44a06c3 commit 11ef4ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
}

.example-header-image {
background-image: url('assets/img/examples/shiba1.jpg');
background-image: url('../../../assets/img/examples/shiba1.jpg');
background-size: cover;
}

0 comments on commit 11ef4ab

Please sign in to comment.