diff --git a/sample/common.php b/sample/common.php
index ece651c..7308aeb 100644
--- a/sample/common.php
+++ b/sample/common.php
@@ -53,8 +53,8 @@ class ResultPrinter
if (self::$printResultCounter == 0) {
include "header.html";
echo '
-
';
+ ';
echo '';
}
self::$printResultCounter++;
diff --git a/sample/header.html b/sample/header.html
index bb1ba3b..928e68b 100644
--- a/sample/header.html
+++ b/sample/header.html
@@ -32,6 +32,9 @@
background-color: red;
color: white;
}
+ .panel-title a, .home{
+ font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
+ }
h1.error, h2.error, h3.error, h4.error, h5.error {
color: red;
}
@@ -45,12 +48,16 @@
margin-left: 0px;
}
.header {
- background: -webkit-linear-gradient(-9deg, #428bca 75%, white 35%);
+ background: #fff url("https://www.paypalobjects.com/webstatic/developer/banners/Braintree_desktop_BG_2X.jpg") no-repeat top right;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ background-size: cover;
color: #EEE;
}
.header a:link, .header a:visited, .header a:hover, .header a:active {
text-decoration: none;
- color: #FFF;
+
}
/* Sticky footer styles
-------------------------------------------------- */
@@ -70,7 +77,7 @@
width: 100%;
/* Set the fixed height of the footer here */
min-height: 60px;
- background: -webkit-linear-gradient(-9deg, #428bca 70%, white 25%);
+ padding-top: 15px;
}
.footer .footer-links, .footer .footer-links li {
display: inline-block;
@@ -78,7 +85,6 @@
font-size: 110%;
}
.footer a {
- color: #FFF;
text-decoration: none;
}
diff --git a/sample/index.php b/sample/index.php
index bacf6ad..4c1c485 100644
--- a/sample/index.php
+++ b/sample/index.php
@@ -41,6 +41,28 @@ if (PHP_SAPI == 'cli') {