mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-18 17:49:31 -07:00
fix absolute image reference in css
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user