summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorn0kS Phr33d0m <god@politeia.in>2013-08-23 08:11:24 +0200
committern0kS Phr33d0m <god@politeia.in>2013-08-23 08:11:24 +0200
commitaaa12cc018637ff0b3348d494ccc87f9e6cc0fe9 (patch)
tree43cf3d30633fd3ab07648f346faba8948c00de92
parent2238db8338f0876c8cb5759f52d740d2cf6e1ee3 (diff)
Use a local copy of the background image
-rw-r--r--modules/extra/webcpanel/templates/default/cubes.pngbin0 -> 723 bytes
-rw-r--r--modules/extra/webcpanel/templates/default/style.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/webcpanel/templates/default/cubes.png b/modules/extra/webcpanel/templates/default/cubes.png
new file mode 100644
index 000000000..d75208db7
--- /dev/null
+++ b/modules/extra/webcpanel/templates/default/cubes.png
Binary files differ
diff --git a/modules/extra/webcpanel/templates/default/style.css b/modules/extra/webcpanel/templates/default/style.css
index fa122518a..e425c3d8c 100644
--- a/modules/extra/webcpanel/templates/default/style.css
+++ b/modules/extra/webcpanel/templates/default/style.css
@@ -6,7 +6,7 @@
}
body {
background-color: #eee;
- background-image: url('http://politeia.in/assets/img/bg/cubes.png');
+ background-image: url('/static/cubes.png');
}
/* RANDOM STUFF */