From 9fcd21f8b5947cb4a6a988715a90a14680466785 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Sat, 11 Jun 2016 16:09:36 +0200 Subject: reproducible debian: add popcon scores to mouseover text, and underline 1/4 of the most popular ones Signed-off-by: Holger Levsen --- userContent/reproducible/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'userContent') 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; } -- cgit v1.2.3-54-g00ecf