fix absolute image reference in css
This commit is contained in:
parent
c3f62020a6
commit
f913013ce0
5 changed files with 5 additions and 5 deletions
|
|
@ -257,7 +257,7 @@ jsgif
|
|||
/* max-width: 640px; */
|
||||
height: 100%;
|
||||
max-height: 480;
|
||||
background-image: url(http://localhost:8080/images/BackGround1_1.png);
|
||||
background-image: url(../images/BackGround1_1.png);
|
||||
}
|
||||
#divTwc:fullscreen #container {
|
||||
background-image: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue