fix travis errors
This commit is contained in:
parent
74caaca827
commit
e70ca9f67e
@ -161,7 +161,7 @@ a.badge-dark:focus, a.badge-dark:hover {
|
||||
|
||||
/* Default Status */
|
||||
|
||||
<?php for ($i = 0; $i <= 9; $i++) {
|
||||
<?php for ($i = 0; $i <= 9; $i++){
|
||||
|
||||
print "\n/* STATUS".$i." */\n";
|
||||
|
||||
@ -197,9 +197,5 @@ a.badge-dark:focus, a.badge-dark:hover {
|
||||
print " border-color: ".colorDarker($thisBadgeBorderColor, 10).";\n";
|
||||
}
|
||||
print "}\n";
|
||||
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
||||
|
||||
@ -33,4 +33,4 @@ require_once __DIR__ . '/_global.css.php';
|
||||
|
||||
|
||||
|
||||
if (is_object($db)) $db->close();
|
||||
if (is_object($db)) $db->close();
|
||||
|
||||
@ -79,7 +79,7 @@ $badgeLight ='#f8f9fa';
|
||||
*/
|
||||
$badgeStatus0='#cbd3d3';
|
||||
$badgeStatus1='#bc9526';
|
||||
$badgeStatus2='#e6f0f0';
|
||||
$badgeStatus2='#e6f0f0';
|
||||
$badgeStatus3='#bca52b';
|
||||
$badgeStatus4='#277d1e';
|
||||
$badgeStatus5='#cad2d2';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user