From 967bc1e012dd6e234ec4e86dff049a375d255e90 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 16 Jan 2015 00:32:30 +0100 Subject: reproducible: update css for the new bugs signs --- userContent/static/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'userContent/static/style.css') diff --git a/userContent/static/style.css b/userContent/static/style.css index 4b69e7f5..31c0191e 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -155,7 +155,7 @@ tr:nth-child(odd) { } a.bug-patch:after { - content: "p"; + content: "+"; color: red; font-weight: bold; } @@ -164,6 +164,17 @@ a.bug-done { text-decoration: line-through; } +span.bug-patch { + color: red; + font-weight: bold; +} + +span.bug-done { + text-decoration: line-through; + font-weight: bold; + color: black; +} + td, th { text-align: left; padding: 0.25em 0.5em; -- cgit v1.2.3-54-g00ecf