diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-01-16 00:32:30 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-16 11:50:01 +0100 |
commit | 967bc1e012dd6e234ec4e86dff049a375d255e90 (patch) | |
tree | 0fccc184bc7e49a5efd96f36d5921395c00c2b58 /userContent/static | |
parent | 645cf24505f0797e30e995e4506fc576630f09c1 (diff) | |
download | jenkins.debian.net-967bc1e012dd6e234ec4e86dff049a375d255e90.tar.xz |
reproducible: update css for the new bugs signs
Diffstat (limited to 'userContent/static')
-rw-r--r-- | userContent/static/style.css | 13 |
1 files changed, 12 insertions, 1 deletions
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; |