From eba4e32891f12bca2b922ee6d859513f67789f42 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 26 Apr 2012 14:43:18 -0500 Subject: 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 --- sitestatic/archweb.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sitestatic') diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 9566300..bc666d7 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; -- cgit v1.2.3-24-g4f1b