summaryrefslogtreecommitdiffstats
path: root/userContent/static
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-11-21 14:10:35 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-21 14:10:35 +0100
commit3f17d35c506bd7784f475708765493c1148609c0 (patch)
tree7b6526a49c754d064462c2fafe459a99aa739f42 /userContent/static
parent904f5e34fbd3876b122b0842f74d332f4de5a287 (diff)
downloadjenkins.debian.net-3f17d35c506bd7784f475708765493c1148609c0.tar.xz
reproducible: use bold font instead of underlines to indicate packages with notes
Diffstat (limited to 'userContent/static')
-rw-r--r--userContent/static/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css
index 1c836fd7..891aa131 100644
--- a/userContent/static/style.css
+++ b/userContent/static/style.css
@@ -47,7 +47,7 @@ a, a.package {
a.noted {
color:#0088cc;
- text-decoration:underline;
+ font-weight: bold;
}
a:hover, a:focus, a.package:hover, a.package:focus {
@@ -57,7 +57,8 @@ a:hover, a:focus, a.package:hover, a.package:focus {
a.noted:hover, a.noted:focus {
color:#005580;
- text-decoration:none;
+ text-decoration:underline;
+ font-weight: bold;
}
a.package:visited, a.noted:visited {