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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/css') 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; -- cgit v1.2.3-54-g00ecf