[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: use tango icon colors for bugs too

Holger Levsen holger at moszumanska.debian.org
Mon May 18 14:37:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 4b7e294ebd85d84ce10d1ffa1deabc4585462fbd
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 18 16:37:39 2015 +0200

    reproducible: use tango icon colors for bugs too
---
 userContent/reproducible/static/style.css | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index d431d3f..bd6f2e2 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -171,28 +171,28 @@ table.scheduled tr td:first-child::before {
 
 a.bug-patch:after {
 	content: "+";
-	color: red;
+	color: #cc0000;
 	font-weight: bold;
 }
 
 a.bug-done {
 	text-decoration: line-through;
-	color: green;
+	color: #73d216;
 }
 
 span.bug {
-	color: red;
+	color: #cc0000;
 	font-weight: bold;
 }
 
 span.bug-patch {
-	color: yellow;
+	color: #f57900;
 	font-weight: bold;
 }
 
 span.bug-done {
 	text-decoration: line-through;
-	color: green;
+	color: #73d216;
 }
 
 td, th {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list