Skip to content

Commit

Permalink
fix css image path
Browse files Browse the repository at this point in the history
  • Loading branch information
retropc committed Jun 2, 2018
1 parent 520a284 commit 18eb90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ div#content h4 {
}

div#text-image {
background-image: url(images/qwebirc-text.png);
background-image: url(../images/qwebirc-text.png);
margin-top: 33px;
height: 59px;
background-repeat: no-repeat;
Expand Down

0 comments on commit 18eb90f

Please sign in to comment.