From 70ceb2525d378022d01694a57a7fd072aeed22cd Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Tue, 17 Jan 2023 21:48:28 -0600 Subject: [PATCH] Fixing relative image path, as was foretold --- gemp-lotr/gemp-lotr-async/src/main/web/src/Login/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/src/Login/index.css b/gemp-lotr/gemp-lotr-async/src/main/web/src/Login/index.css index 036c8a6a7..5da51078f 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/src/Login/index.css +++ b/gemp-lotr/gemp-lotr-async/src/main/web/src/Login/index.css @@ -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;