Fixing relative image path, as was foretold
This commit is contained in:
@@ -4,7 +4,7 @@ shtml {
|
||||
body {
|
||||
font-size: 100%;
|
||||
height: 100%;
|
||||
background-image: url('../../../images/dwarrowdelf.jpg');
|
||||
background-image: url('../../images/dwarrowdelf.jpg');
|
||||
background-size: cover;
|
||||
background-repeat:no-repeat;
|
||||
background-position: center center;
|
||||
|
||||
Reference in New Issue
Block a user