summaryrefslogtreecommitdiffstats
path: root/utils/test/reporting/functest/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/reporting/functest/default.css')
-rw-r--r--utils/test/reporting/functest/default.css23
1 files changed, 22 insertions, 1 deletions
diff --git a/utils/test/reporting/functest/default.css b/utils/test/reporting/functest/default.css
index 0e330e965..897c3b12b 100644
--- a/utils/test/reporting/functest/default.css
+++ b/utils/test/reporting/functest/default.css
@@ -53,4 +53,25 @@ td{
.btn-more {
color: white;
background-color: #0095a2;
-} \ No newline at end of file
+}
+
+h1 {
+ display: block;
+ font-size: 2em;
+ margin-top: 0.67em;
+ margin-bottom: 0.67em;
+ margin-left: 0;
+ margin-right: 0;
+ font-weight: bold;
+}
+
+h2 {
+ display: block;
+ font-size: 1.5em;
+ margin-top: 0.83em;
+ margin-bottom: 0.83em;
+ margin-left: 0;
+ margin-right: 0;
+ font-weight: bold;
+ color:rgb(128, 128, 128)
+}