autotest: make history pages use the css style

This commit is contained in:
Andrew Tridgell 2012-01-05 14:27:27 +11:00
parent 78255b722e
commit 06b16a156e
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -4,7 +4,7 @@
<title>ArduPilot Automatic Testing</title>
<!--CSS -->
<link href="css/main.css" rel="stylesheet" type="text/css" />
<link href="/css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>