testing: Use sans-serif font for test results
We could later extend the stylesheet more or even add something similar to actual templates (e.g. a shared header/footer).
This commit is contained in:
committed by
Andreas Steffen
parent
846201a686
commit
63f35993d9
@@ -177,6 +177,7 @@ cat > $INDEX <<@EOF
|
||||
<html>
|
||||
<head>
|
||||
<title>strongSwan KVM Tests</title>
|
||||
<link rel="stylesheet" href="css/site.css">
|
||||
</head>
|
||||
<body>
|
||||
<h2>strongSwan KVM Tests</h2>
|
||||
@@ -187,6 +188,7 @@ cat > $TESTRESULTSHTML <<@EOF
|
||||
<html>
|
||||
<head>
|
||||
<title>strongSwan KVM Tests - All Tests</title>
|
||||
<link rel="stylesheet" href="css/site.css">
|
||||
</head>
|
||||
<body>
|
||||
<div><a href="index.html">strongSwan KVM Tests</a> / All Tests</div>
|
||||
@@ -267,6 +269,7 @@ do
|
||||
<html>
|
||||
<head>
|
||||
<title>strongSwan $SUBDIR Tests</title>
|
||||
<link rel="stylesheet" href="../css/site.css">
|
||||
</head>
|
||||
<body>
|
||||
<div><a href="../index.html">strongSwan KVM Tests</a> / $SUBDIR</div>
|
||||
@@ -512,6 +515,7 @@ do
|
||||
<html>
|
||||
<head>
|
||||
<title>Test $testname</title>
|
||||
<link rel="stylesheet" href="../../css/site.css">
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="600">
|
||||
|
||||
Reference in New Issue
Block a user