mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
autotest: make history pages use the css style
This commit is contained in:
parent
78255b722e
commit
06b16a156e
@ -11,11 +11,11 @@ body {
|
|||||||
margin:0px;
|
margin:0px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
background-image: url(images/bg.png);
|
background-image: url(/images/bg.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
background-image:url(images/logo.png);
|
background-image:url(/images/logo.png);
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
width: 420px;
|
width: 420px;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<title>ArduPilot Automatic Testing</title>
|
<title>ArduPilot Automatic Testing</title>
|
||||||
|
|
||||||
<!--CSS -->
|
<!--CSS -->
|
||||||
<link href="css/main.css" rel="stylesheet" type="text/css" />
|
<link href="/css/main.css" rel="stylesheet" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user