diff options
author | Dan McGee <dan@archlinux.org> | 2011-12-09 09:29:15 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-12-09 09:29:15 -0600 |
commit | 73cd4adf9ff2b38124501fba1a7d9800e4c1f0d0 (patch) | |
tree | 10a0babc56899d5957cb4788a8c2e861ec647910 /sitestatic | |
parent | 4fa709ea86c8eefac05a848187fc7281edff8fa9 (diff) |
Add CSS classes to front page package update objects
This adds the repo name, 'staging', and 'testing' as appropriate to a
classes field on the package updates object. This means we don't have to
update the CSS stylesheet to include hardcoded names of repositories
(e.g., 'kde-unstable').
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
-rw-r--r-- | sitestatic/archweb.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 3407cb4b..46fd7844 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -481,15 +481,11 @@ h3 span.arrow { text-align: right; } - #pkg-updates span.testing, - #pkg-updates span.community-testing, - span.multilib-testing { + #pkg-updates span.testing { font-style: italic; } - #pkg-updates span.staging, - #pkg-updates span.community-staging, - span.multilib-staging { + #pkg-updates span.staging { font-style: italic; color: #ff8040; } |