Skip to content

Commit

Permalink
Fix image url in css.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 29, 2015
1 parent 7c51874 commit d0a2103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/timesheet.css
@@ -1,6 +1,6 @@
body {
font-family: arial, helvetica, sans-serif;
background-image: url(magnum.png);
background-image: url(../img/magnum.png);
background-repeat: no-repeat;
background-size: 33%;
background-position: 95% 3%;
Expand Down

0 comments on commit d0a2103

Please sign in to comment.