summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-07-19 18:29:01 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-24 11:46:03 -0400
commitd5182ed952f11ff7452f9d3c420a5d42595e197a (patch)
tree63cfb440e080f9ae52b52bfc9a6a63092aaa70b8 /userContent
parentd93ae1f0c54527fdf5f1fc26ac582e51b6dff965 (diff)
downloadjenkins.debian.net-d5182ed952f11ff7452f9d3c420a5d42595e197a.tar.xz
reproducible debian: add collapsible sections to pkgset navigation
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'userContent')
-rw-r--r--userContent/reproducible/static/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index 5637ee7d..bdc0e755 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -116,6 +116,10 @@ a.package:visited, a.noted:visited {
background-color: #bfeaff;
}
+span.highlight {
+ color: #d70a53;
+ font-weight: bold;
+}
ul.new-menu {
border-top: 1px solid #eee;
@@ -133,6 +137,10 @@ ul.reproducible-links li a {
padding: 0;
}
+ul.pkgset-list {
+ margin: 0.5em;
+}
+
header {
border-bottom: 1px solid #d70a53;
}