Skip to content

Commit

Permalink
Fix relative url in style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
biilmann committed Mar 20, 2013
1 parent 92c1e57 commit f1a8178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body {
font-size: 24px;
margin: 0;
padding: 0;
background: url(images/dust.png);
background: url(../images/dust.png);
color: rgb(31,43,51);
}
h1, h2, h3, h4, h5, h6, .button {
Expand Down

0 comments on commit f1a8178

Please sign in to comment.