summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_common.sh2
-rw-r--r--userContent/static/style.css5
2 files changed, 4 insertions, 3 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 6f1324d2..f90cd7fe 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -229,7 +229,7 @@ write_page_footer() {
}
write_page_meta_sign() {
- write_page "<p style=\"font-size:0.9em;\">An underlined package is an indication that this package has a note. Visited packages are linked in green, those which have not been visited are linked in blue."
+ write_page "<p style=\"font-size:0.9em;\">A package name displayed with a bold font is an indication that this package has a note. Visited packages are linked in green, those which have not been visited are linked in blue."
if $BUILDINFO_ON_PAGE ; then
write_page "A &beta; sign after a package which is unreproducible indicates that a .buildinfo file was generated."
write_page "And that means the <a href=\"https://wiki.debian.org/ReproducibleBuilds#The_basics_for_making_packages_build_reproducible\">basics for building packages reproducibly are covered</a>."
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 {