summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-11-21 21:03:15 -0500
committerBrian Evans <grknight@gentoo.org>2018-11-21 21:03:15 -0500
commitc810f7321e927744b5906cea49b9ea02b1900402 (patch)
tree996049587321a6383dc4228d615ad8ed6a790d28
parentSyntax error (diff)
downloadskin-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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/skin.json b/skin.json
index cd6db6e..d5e9006 100644
--- a/skin.json
+++ b/skin.json
@@ -24,7 +24,7 @@
"skins.tyrian": {
"position": "top",
"styles": {
- "resources/main.css": {
+ "main.css": {
"media": "screen"
}
}