X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3ed0c9db20b2062bd22b524f66fdc1e03279ff88..7588ece84f6a26361451e8f74592523f93692df7:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 57b6fe11c..29f41630f 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -83,6 +83,11 @@ body { font-size: 14px; } +#sotm { + width: 170px; + padding: 0px; +} + .notice { width: 150px; margin: 10px; @@ -183,14 +188,23 @@ 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 .comment { + width: 60%; + max-width: 60%; +} + +#changeset_list.th { font-weight: bold; }