summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-01-16 00:32:30 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-16 11:50:01 +0100
commit967bc1e012dd6e234ec4e86dff049a375d255e90 (patch)
tree0fccc184bc7e49a5efd96f36d5921395c00c2b58 /userContent
parent645cf24505f0797e30e995e4506fc576630f09c1 (diff)
downloadjenkins.debian.net-967bc1e012dd6e234ec4e86dff049a375d255e90.tar.xz
reproducible: update css for the new bugs signs
Diffstat (limited to 'userContent')
-rw-r--r--userContent/static/style.css13
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;