Fix 05.Cards.css relative path. After parsing the relative path of the css is in application root.

This commit is contained in:
2018-11-11 14:30:05 +01:00
parent 66d79db47e
commit 86b5d82857

View File

@@ -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;
}