diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-18 17:04:03 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-18 17:04:03 +0200 |
commit | 417e76a9063a0eaa386ed2313495f184a0bca388 (patch) | |
tree | 9cb9bef0083ec0724b375a7fa2bfaefb2b00f9e6 | |
parent | 4b7e294ebd85d84ce10d1ffa1deabc4585462fbd (diff) | |
download | jenkins.debian.net-417e76a9063a0eaa386ed2313495f184a0bca388.tar.xz |
reproducible: always indicate bugs boldly
-rw-r--r-- | userContent/reproducible/static/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css index bd6f2e2f..4ad5a4bd 100644 --- a/userContent/reproducible/static/style.css +++ b/userContent/reproducible/static/style.css @@ -178,6 +178,7 @@ a.bug-patch:after { a.bug-done { text-decoration: line-through; color: #73d216; + font-weight: bold; } span.bug { @@ -193,6 +194,7 @@ span.bug-patch { span.bug-done { text-decoration: line-through; color: #73d216; + font-weight: bold; } td, th { |