diff options
author | Dan McGee <dan@archlinux.org> | 2013-01-23 04:21:40 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-01-23 04:21:40 +0100 |
commit | 69fd83df03806585c3b7d6b115af916a73f4ae41 (patch) | |
tree | 2d20fa18262cd9e71e4ed7fa7795fd1bf5556ccb /sitestatic | |
parent | 85dc9d6df9f9038be6049aefbf8eb9ea94f9f23c (diff) | |
download | archweb-69fd83df03806585c3b7d6b115af916a73f4ae41.tar.gz archweb-69fd83df03806585c3b7d6b115af916a73f4ae41.tar.xz |
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')
-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 f43bba1..dcc964e 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; } |