diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-27 00:13:53 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-27 00:13:53 +0100 |
commit | 9151984d9ac8135bc0a5e2f57f1654520443ba1b (patch) | |
tree | 9d861c4746a9d3161d0d43bb067924cdde783caa /userContent/static/style.css | |
parent | f991706691012fc14f4df6389c2f4e29762598c5 (diff) | |
parent | 94c77244b8064d6f29146f7f9e36389b5216076f (diff) | |
download | jenkins.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.css | 5 |
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 { |