cleaned up css

This commit is contained in:
Keivan 2010-11-05 17:43:13 -07:00
commit 7bb63d0451
5 changed files with 42 additions and 167 deletions

View file

@ -28,7 +28,10 @@ namespace NzbDrone.Core.Providers
public List<ProgressNotification> GetProgressNotifications
{
get { return new List<ProgressNotification>(_progressNotification.Values.Where(p => p.Status == ProgressNotificationStatus.InProgress)); }
get
{
return new List<ProgressNotification>(_progressNotification.Values.Where(p => p.Status == ProgressNotificationStatus.InProgress));
}
}
public void Dismiss(Guid notificationId)