From: Thomas Wood Date: Thu, 7 May 2009 22:52:02 +0000 (+0000) Subject: Commit bits of missing css that were required in previous upload. X-Git-Tag: live~8262 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/14fdccc0d1a2d2937fbbf189a5f08217da18f858?hp=d6b36b5752ff50c0c2aa0e78f784b17a624ee994 Commit bits of missing css that were required in previous upload. --- 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; }