diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-07 16:00:53 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-07 20:01:42 +0200 |
commit | 09391a8b9b270829df1bf142d40b036eb22a1cbb (patch) | |
tree | 65a3de932c8d86b65a4c15d6fab58414b928620e /userContent/reproducible/static | |
parent | 31d32eb5c7f9ac3de860b9c1782a1f808a631945 (diff) | |
download | jenkins.debian.net-09391a8b9b270829df1bf142d40b036eb22a1cbb.tar.xz |
reproducible: also find pending bugs and mark them with a brown P in the pages
Diffstat (limited to 'userContent/reproducible/static')
-rw-r--r-- | userContent/reproducible/static/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index 5c6af262..92efd7a6 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -179,6 +179,12 @@ a.bug-patch:after { font-weight: bold; } +a.bug-pending:after { + content: "P"; + color: #663300; + font-weight: bold; +} + a.bug-done { text-decoration: line-through; color: #73d216; @@ -195,6 +201,11 @@ span.bug-patch { font-weight: bold; } +span.bug-pending { + color: #663300; + font-weight: bold; +} + span.bug-done { text-decoration: line-through; color: #73d216; |