From e4334416bc7f222a0bf1ca817892a43220da6fca Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 20 Oct 2014 07:23:12 -0400 Subject: fix misc stuff --- www/css/index.css | 8 ++++---- www/index.html.dist | 4 ++-- www/js/api.js | 5 +---- www/js/html5ks.js | 3 +++ www/js/menu.js | 3 +-- 5 files changed, 11 insertions(+), 12 deletions(-) (limited to 'www') diff --git a/www/css/index.css b/www/css/index.css index 9c8a62c..b4217f0 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -268,16 +268,16 @@ h2 { display: none; } .no-webp #auto { - background: url("dump/ui/sd-auto.png"); + background: url("../dump/ui/sd-auto.png"); } .webp #auto { - background: url("dump/ui/sd-auto.webp"); + background: url("../dump/ui/sd-auto.webp"); } .no-webp #skip { - background: url("dump/ui/sd-skip.png"); + background: url("../dump/ui/sd-skip.png"); } .webp #skip { - background: url("dump/ui/sd-skip.webp"); + background: url("../dump/ui/sd-skip.webp"); } #choices { left: 0; diff --git a/www/index.html.dist b/www/index.html.dist index 36fb5ba..66d75e0 100644 --- a/www/index.html.dist +++ b/www/index.html.dist @@ -53,8 +53,8 @@
- - + +