diff options
author | Dan McGee <dan@archlinux.org> | 2011-12-08 10:51:52 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-12-08 10:51:52 -0600 |
commit | 96fecb1079a1ad4a2b574616bc6611678fa53dc8 (patch) | |
tree | 9508dc70701443ec8790866273b550c03c3a97d9 /sitestatic | |
parent | 604c748f8f8dee5e51e2ea5937d1be0b60fb0e7b (diff) |
Multilib differences report
This new tables shows multilib packages paired with their regular
counterparts in the normal repos if the pkgver differs. A few name hacks
are needed to trim lib32-, -multilib, etc. from the name to find the
matching package.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
-rw-r--r-- | sitestatic/archweb.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index a354cb96..3407cb4b 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -668,9 +668,13 @@ div#pkglist-about { } /* search fields and other filter selections */ +.filter-criteria { + margin-bottom: 1em; +} + .filter-criteria h3 { font-size: 1em; - margin-top:0; + margin-top: 0; } .filter-criteria div { |