diff options
author | Dan McGee <dan@archlinux.org> | 2012-04-26 14:43:18 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-26 14:43:18 -0500 |
commit | eba4e32891f12bca2b922ee6d859513f67789f42 (patch) | |
tree | f5dbfbede1e72f2efc0926fa03305472b286f2cc /sitestatic/archweb.css | |
parent | 5f22f4266cd978b4fd80cafb2201e39acaeef3fc (diff) |
Package files display tweaks
Slightly gray out the directories when displaying file lists, drawing
more attention to the file names instead.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic/archweb.css')
-rw-r--r-- | sitestatic/archweb.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 95663008..bc666d74 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -797,6 +797,13 @@ form#flag-pkg-form input[type=text] { padding-top: 1em; } + #pkgdetails #pkgfiles li.d { + color: #666; + } + + #pkgdetails #pkgfiles li.f { + } + /* mirror stuff */ table td.country { white-space: normal; |