diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-07-19 18:29:01 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-24 11:46:03 -0400 |
commit | d5182ed952f11ff7452f9d3c420a5d42595e197a (patch) | |
tree | 63cfb440e080f9ae52b52bfc9a6a63092aaa70b8 /userContent/reproducible | |
parent | d93ae1f0c54527fdf5f1fc26ac582e51b6dff965 (diff) | |
download | jenkins.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/reproducible')
-rw-r--r-- | userContent/reproducible/static/style.css | 8 |
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; } |