cleaned up css

This commit is contained in:
Keivan
2010-11-06 08:43:13 +08:00
committed by sschlesier
parent bf1ff29519
commit 153e013afb
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)