From 06b16a156ea2ecde0f7f3c7b597619053727a058 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 5 Jan 2012 14:27:27 +1100 Subject: [PATCH] autotest: make history pages use the css style --- Tools/autotest/web/css/main.css | 4 ++-- Tools/autotest/web/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tools/autotest/web/css/main.css b/Tools/autotest/web/css/main.css index a9f5f3c735..17a7f918f8 100644 --- a/Tools/autotest/web/css/main.css +++ b/Tools/autotest/web/css/main.css @@ -11,11 +11,11 @@ body { margin:0px; padding:0px; background-color: #fff; - background-image: url(images/bg.png); + background-image: url(/images/bg.png); } #logo { - background-image:url(images/logo.png); + background-image:url(/images/logo.png); background-repeat:no-repeat; height: 120px; width: 420px; diff --git a/Tools/autotest/web/index.html b/Tools/autotest/web/index.html index 5dd5e28d27..ed6ed1d211 100644 --- a/Tools/autotest/web/index.html +++ b/Tools/autotest/web/index.html @@ -4,7 +4,7 @@ ArduPilot Automatic Testing - +