CSS images moved to relevant theme folders
authorDarren <darren@darrenwhitlen.com>
Thu, 16 Jan 2014 19:50:14 +0000 (19:50 +0000)
committerDarren <darren@darrenwhitlen.com>
Thu, 16 Jan 2014 19:50:14 +0000 (19:50 +0000)
client/assets/themes/basic/background-light.png [moved from client/assets/img/background-light.png with 100% similarity]
client/assets/themes/basic/style.css
client/assets/themes/relaxed/background-light.png [new file with mode: 0644]

index 64e2e8a954840eb0077c17f6fcdfeb37b1e19d75..f676b3c57c8e820a7414fd823938e7a0ea086fe7 100644 (file)
@@ -1,5 +1,5 @@
 #kiwi {
-    background: url(../img/background-light.png) left top repeat-x #E3E3E3;
+    background: url(background-light.png) left top repeat-x #E3E3E3;
     color: #555555;
 }
 #kiwi,
diff --git a/client/assets/themes/relaxed/background-light.png b/client/assets/themes/relaxed/background-light.png
new file mode 100644 (file)
index 0000000..e650194
Binary files /dev/null and b/client/assets/themes/relaxed/background-light.png differ