diff options
author | Dan McGee <dan@archlinux.org> | 2013-01-22 20:21:40 -0700 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-01-22 20:21:40 -0700 |
commit | 69fd83df03806585c3b7d6b115af916a73f4ae41 (patch) | |
tree | 2d20fa18262cd9e71e4ed7fa7795fd1bf5556ccb /sitestatic/archweb.css | |
parent | 85dc9d6df9f9038be6049aefbf8eb9ea94f9f23c (diff) |
Spice up the release listing page a bit
Add JS tablesorter code and add some style to the yesno column.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic/archweb.css')
-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 f43bba1f..dcc964ee 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -1079,6 +1079,14 @@ ul.signoff-list { color: red; } +#release-list .available-yes { + color: green; +} + +#release-list .available-no { + color: red; +} + #key-status .signed-yes { color: green; } |