diff options
-rw-r--r-- | modules/extra/webcpanel/templates/default/cubes.png | bin | 0 -> 723 bytes | |||
-rw-r--r-- | modules/extra/webcpanel/templates/default/style.css | 2 |
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 Binary files differnew file mode 100644 index 000000000..d75208db7 --- /dev/null +++ b/modules/extra/webcpanel/templates/default/cubes.png 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 */ |