summaryrefslogtreecommitdiffstats
path: root/sitestatic
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-04-26 19:12:20 -0500
committerDan McGee <dan@archlinux.org>2012-04-27 09:12:26 -0500
commit5780cf2e217ce0a60d09cd2d4bbc8fa6e5c29689 (patch)
treee0d02f20697ece80a39ed6d5fd30f86183b1e3a7 /sitestatic
parentfbbcc8534a25d3e78ef3a319c8aeb127bc5085f0 (diff)
downloadarchweb-5780cf2e217ce0a60d09cd2d4bbc8fa6e5c29689.tar.gz
archweb-5780cf2e217ce0a60d09cd2d4bbc8fa6e5c29689.zip
Tweak the PGP key visualization a bit
* Add mouseover/mouseout events to highlight the incoming and outgoing signatures from a given key when moused over. * Change the border color of each developer key based on how many signatures from keys besides the master key they have. Thus, devs that have a lot of signatures from other devs will have a more green border; those with none will have a white border. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
-rw-r--r--sitestatic/archweb.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css
index dcf0276a..3b638e20 100644
--- a/sitestatic/archweb.css
+++ b/sitestatic/archweb.css
@@ -1046,11 +1046,3 @@ ul.signoff-list {
width: 100%;
height: 100%;
}
-
- #visualize-keys circle {
- stroke-width: 1.5px;
- }
-
- #visualize-keys line {
- stroke: #888;
- }