From a4de5b50279c876cc7a3afb2ea18d477bbb25ec1 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 23 Jul 2012 20:57:16 -0500 Subject: Clean up package file list styles Signed-off-by: Dan McGee --- sitestatic/archweb.css | 10 +++++----- templates/packages/files.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index cafae77..0638d71 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 { diff --git a/templates/packages/files.html b/templates/packages/files.html index ba3fba2..3e718ed 100644 --- a/templates/packages/files.html +++ b/templates/packages/files.html @@ -6,9 +6,9 @@

{{ pkg.pkgname }} {{ pkg.full_version }} File List

-
-

Package has {{ files_count }} file{{ files_count|pluralize }} and {{ dir_count }} director{{ dir_count|pluralize:"y,ies" }}.

-

Back to Package

+

Package has {{ files_count }} file{{ files_count|pluralize }} and {{ dir_count }} director{{ dir_count|pluralize:"y,ies" }}.

+

Back to Package

+
{% include "packages/files_list.html" %}
-- cgit v1.2.3-24-g4f1b