diff options
author | Dan McGee <dan@archlinux.org> | 2012-03-29 11:37:07 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-03-29 11:37:07 -0500 |
commit | ef88f3d5ef696b71a65a81f143b13ae27175a1c5 (patch) | |
tree | 6e72a4655d2bcf7ea0699807837ce7a9f82f74c7 /sitestatic | |
parent | 5555ce02278defaef0ef1388c163701eea3aff7e (diff) |
Add developer status table to master keys page
This shows the cross-product of each master key with each developer key
so you can see who has been signed, where signatures are missing, etc.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
-rw-r--r-- | sitestatic/archweb.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index d2286329..ac0dff52 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -957,6 +957,14 @@ ul.signoff-list { color: red; } +#key-status .signed-yes { + color: green; +} + +#key-status .signed-no { + color: red; +} + /* highlight current website in the navbar */ #archnavbar.anb-home ul li#anb-home a, #archnavbar.anb-packages ul li#anb-packages a, |