mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
regression_test.sh: updates CSS to reference brand fonts and report.css
Signed-off-by: Jed Reynolds <jed@bitratchet.com>
This commit is contained in:
@@ -561,7 +561,11 @@ function html_generator() {
|
||||
<html>
|
||||
<head>
|
||||
<title>Regression Test Results $NOW</title>
|
||||
<link rel='stylesheet' href='report.css' />
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Century Gothic';
|
||||
}
|
||||
.success {
|
||||
background-color:green;
|
||||
}
|
||||
@@ -577,7 +581,7 @@ table {
|
||||
td {
|
||||
margin: 0;
|
||||
padding: 2px;
|
||||
font-family: 'Courier New',courier,sans-serif;
|
||||
font-family: 'Century Gothic','Courier New',courier,sans-serif;
|
||||
}
|
||||
h1, h2, h3, h4 {
|
||||
font-family: 'Century Gothic',Arial,sans,sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user