summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorXimin Luo <infinity0@debian.org>2016-06-11 16:09:36 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-11 16:30:55 +0200
commit9fcd21f8b5947cb4a6a988715a90a14680466785 (patch)
treea2d847d99135644b2decd160100fef68ecfe9c2f /userContent
parent752fa08702f8d0f9187a198af5c757a31df4a6f2 (diff)
downloadjenkins.debian.net-9fcd21f8b5947cb4a6a988715a90a14680466785.tar.xz
reproducible debian: add popcon scores to mouseover text, and underline 1/4 of the most popular ones
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'userContent')
-rw-r--r--userContent/reproducible/static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index e870996f..df093045 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -83,6 +83,10 @@ a.package:visited, a.noted:visited {
padding: 0.25em
}
+.package-popular {
+ text-decoration: underline;
+}
+
.build-time {
font-size: 0.9em;
}