summaryrefslogtreecommitdiffstats
path: root/sitestatic
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-04-26 14:43:18 -0500
committerDan McGee <dan@archlinux.org>2012-04-26 14:43:18 -0500
commiteba4e32891f12bca2b922ee6d859513f67789f42 (patch)
treef5dbfbede1e72f2efc0926fa03305472b286f2cc /sitestatic
parent5f22f4266cd978b4fd80cafb2201e39acaeef3fc (diff)
downloadarchweb-eba4e32891f12bca2b922ee6d859513f67789f42.tar.gz
archweb-eba4e32891f12bca2b922ee6d859513f67789f42.zip
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')
-rw-r--r--sitestatic/archweb.css7
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;