X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/14fdccc0d1a2d2937fbbf189a5f08217da18f858..7a9b2de42b8e969c162917e3e69877815a6eab75:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 6ef2446de..c8b1c5441 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -63,6 +63,11 @@ body { background: url('/images/tab_bottom.gif') repeat-x bottom; } +/* An unread message (e.g. "inbox(1)") */ +.greeting-bar-unread { + font-weight: bold; +} + #intro { width: 170px; margin: 10px; @@ -83,6 +88,11 @@ body { font-size: 14px; } +#sotm { + width: 170px; + padding: 0px; +} + .notice { width: 150px; margin: 10px; @@ -194,6 +204,18 @@ body { width: 100%; } +#changeset_list .date { + white-space: nowrap; +} + +#changeset_list .user { + white-space: nowrap; +} + +#changeset_list .area { + white-space: nowrap; +} + #changeset_list.th { font-weight: bold; }