nimblecoin / server

2 stars 0 forks source link

Notification messages spacing is off #10

Closed yungsters closed 10 years ago

yungsters commented 10 years ago

The bottom margin for notification messages (e.g. "February Beta Promotion: During [...]") is off. This makes its vertical margin equal:

.notification-messages {
  // ...
  margin-bottom: 23px;
}
andymai commented 10 years ago

Fixed. It may take a few minutes for the CDN to update it's cache. Will close when I notice the change on production.

yungsters commented 10 years ago

Beautiful.