summaryrefslogtreecommitdiffstats
path: root/sitestatic
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-01-22 20:21:40 -0700
committerDan McGee <dan@archlinux.org>2013-01-22 20:21:40 -0700
commit69fd83df03806585c3b7d6b115af916a73f4ae41 (patch)
tree2d20fa18262cd9e71e4ed7fa7795fd1bf5556ccb /sitestatic
parent85dc9d6df9f9038be6049aefbf8eb9ea94f9f23c (diff)
downloadarchweb-69fd83df03806585c3b7d6b115af916a73f4ae41.tar.gz
archweb-69fd83df03806585c3b7d6b115af916a73f4ae41.zip
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.css8
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;
}