Display a green border in passing build notifications.

This commit is contained in:
Adirelle 2015-02-26 15:20:44 +01:00 committed by Tobias van Beek
parent 942127ffe6
commit 00b88630fb

View file

@ -1,4 +1,4 @@
<div style="background: #900; padding: 25px;">
<div style="background: #090; padding: 25px;">
<div style="background: #fff; padding: 15px; border-radius: 5px">
<div style="font-family: arial, verdana, sans-serif; font-size: 25px; margin-bottom: 15px">
<?php print $project->getTitle(); ?> - Build #<?php print $build->getId(); ?>