summaryrefslogtreecommitdiffstats
path: root/userContent/static/style.css
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-11-27 00:13:53 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-11-27 00:13:53 +0100
commit9151984d9ac8135bc0a5e2f57f1654520443ba1b (patch)
tree9d861c4746a9d3161d0d43bb067924cdde783caa /userContent/static/style.css
parentf991706691012fc14f4df6389c2f4e29762598c5 (diff)
parent94c77244b8064d6f29146f7f9e36389b5216076f (diff)
downloadjenkins.debian.net-9151984d9ac8135bc0a5e2f57f1654520443ba1b.tar.xz
Merge branch 'master' of git://git.debian.org/git/qa/jenkins.debian.net
Diffstat (limited to 'userContent/static/style.css')
-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 {