From 09391a8b9b270829df1bf142d40b036eb22a1cbb Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 7 Aug 2015 16:00:53 +0000 Subject: reproducible: also find pending bugs and mark them with a brown P in the pages --- userContent/reproducible/static/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'userContent') 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; -- cgit v1.2.3-54-g00ecf