Skip to content

Commit b3349d2

Browse files
author
Joe Seifi
committed
absolute path names
1 parent 6ba18ee commit b3349d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/workshop/css/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
body {
44
background-color: #050c0e;
5-
background-image: url(../img/bg.jpg);
5+
background-image: url(/workshop/img/bg.jpg);
66
background-repeat: no-repeat;
77
background-position-x: 50%;
88
background-position-y: 0;
@@ -48,7 +48,7 @@ body, a {
4848
}
4949

5050
.header_logo {
51-
background-image: url(../img/logo.png);
51+
background-image: url(/workshop/img/logo.png);
5252
width: 264px;
5353
height: 42px;
5454
background-repeat: no-repeat;

0 commit comments

Comments
 (0)