Skip to content

Commit

Permalink
Merge pull request #44 from gmmcal/fix_404_image
Browse files Browse the repository at this point in the history
Fix 404 image on CSS
  • Loading branch information
Gustavo Cunha authored Jun 13, 2016
2 parents 852a6ef + 4832786 commit f3f834c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/404.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body {
}

.body404, .head404, .eyes404, .leftarm404, .rightarm404, .chair404, .leftshoe404, .rightshoe404, .legs404, .laptop404 {
background: url(/assets/website/404.png) 0 0 no-repeat;
background: url('404.png') 0 0 no-repeat;
width: 200px;
height: 200px;
}
Expand Down
File renamed without changes

0 comments on commit f3f834c

Please sign in to comment.