From 14fdccc0d1a2d2937fbbf189a5f08217da18f858 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Thu, 7 May 2009 22:52:02 +0000 Subject: [PATCH] Commit bits of missing css that were required in previous upload. --- public/stylesheets/site.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 57b6fe11c..6ef2446de 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -183,14 +183,18 @@ body { font-size: x-small; } -#keyvalue { +#changeset_list, #keyvalue { font-size: small; text-align: left; border-collapse: collapse; border-width: 0px; } -#keyvalue.th { +#changeset_list { + width: 100%; +} + +#changeset_list.th { font-weight: bold; } -- 2.43.2