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 @@