From aaa12cc018637ff0b3348d494ccc87f9e6cc0fe9 Mon Sep 17 00:00:00 2001 From: n0kS Phr33d0m Date: Fri, 23 Aug 2013 08:11:24 +0200 Subject: Use a local copy of the background image --- modules/extra/webcpanel/templates/default/cubes.png | Bin 0 -> 723 bytes modules/extra/webcpanel/templates/default/style.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 modules/extra/webcpanel/templates/default/cubes.png (limited to 'modules/extra/webcpanel') 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 Binary files /dev/null and b/modules/extra/webcpanel/templates/default/cubes.png 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 */ -- cgit