From 0b8cc7c7e70008cd5419ea59edc51ee97e15460d Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 26 Nov 2011 12:44:24 -0800 Subject: [PATCH] Removed commented CSS from EpisodeSorting. Removed border from Notification Settings. --- NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml | 5 ----- NzbDrone.Web/Views/Settings/Notifications.cshtml | 1 - 2 files changed, 6 deletions(-) diff --git a/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml b/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml index af8012c1c..26bf5e8f2 100644 --- a/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml +++ b/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml @@ -11,11 +11,6 @@ margin-bottom: 15px; padding-left: 20px; } - - @*#singleEpisodeExample, #multiEpisodeExample - { - float: left - }*@ } diff --git a/NzbDrone.Web/Views/Settings/Notifications.cshtml b/NzbDrone.Web/Views/Settings/Notifications.cshtml index 1517f4e9d..2f559d1a8 100644 --- a/NzbDrone.Web/Views/Settings/Notifications.cshtml +++ b/NzbDrone.Web/Views/Settings/Notifications.cshtml @@ -8,7 +8,6 @@ .notifier { width: 560px; - border:solid 2px #CCCCCD; padding: 5px; margin-left: -8px; overflow: auto;