Fix 05.Cards.css relative path. After parsing the relative path of the css is in application root.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.divBoard {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
background-image: url(../Images/BGCork.png);
|
||||
background-image: url(Images/BGCork.png);
|
||||
box-shadow: 0 0 10px black inset;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user