From d5182ed952f11ff7452f9d3c420a5d42595e197a Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Tue, 19 Jul 2016 18:29:01 -0400 Subject: reproducible debian: add collapsible sections to pkgset navigation Signed-off-by: Holger Levsen --- userContent/reproducible/static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'userContent') 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; } -- cgit v1.2.3-54-g00ecf