From 3f17d35c506bd7784f475708765493c1148609c0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 21 Nov 2014 14:10:35 +0100 Subject: reproducible: use bold font instead of underlines to indicate packages with notes --- userContent/static/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'userContent/static') 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 { -- cgit v1.2.3-54-g00ecf