diff options
author | Brian Evans <grknight@gentoo.org> | 2018-11-21 21:03:15 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-11-21 21:03:15 -0500 |
commit | c810f7321e927744b5906cea49b9ea02b1900402 (patch) | |
tree | 996049587321a6383dc4228d615ad8ed6a790d28 | |
parent | Syntax error (diff) | |
download | skin-tyrian-c810f7321e927744b5906cea49b9ea02b1900402.tar.gz skin-tyrian-c810f7321e927744b5906cea49b9ea02b1900402.tar.bz2 skin-tyrian-c810f7321e927744b5906cea49b9ea02b1900402.zip |
skin.json: Incorrect path defined
Used an example to create this file and should have removed the resources/
path to match what was in the original definition.
Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r-- | skin.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ "skins.tyrian": { "position": "top", "styles": { - "resources/main.css": { + "main.css": { "media": "screen" } } |