diff options
Diffstat (limited to 'sitestatic')
-rw-r--r-- | sitestatic/archweb.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index cafae777..0638d711 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -811,12 +811,12 @@ form#flag-pkg-form input[type=text] { padding-top: 1em; } - #pkgdetails #pkgfiles li.d { - color: #666; - } +#pkgfilelist li.d { + color: #666; +} - #pkgdetails #pkgfiles li.f { - } +#pkgfilelist li.f { +} /* mirror stuff */ table td.country { |