diff --git a/NzbDrone.Web/Views/Series/Details.cshtml b/NzbDrone.Web/Views/Series/Details.cshtml index 39ee67fc8..de660570a 100644 --- a/NzbDrone.Web/Views/Series/Details.cshtml +++ b/NzbDrone.Web/Views/Series/Details.cshtml @@ -28,13 +28,14 @@ .seasonToggleLabel { margin-left: 5px; + color: black; + text-decoration: none; } - + .seasonToggleTop .ignoredEpisodesMaster { padding-left: 0px; padding-right: 0px; - margin-bottom: -4px; border-style: none; } @@ -151,8 +152,8 @@ {
@{ - var season = s; - Html.RenderPartial("Season", season); + var season = s; + Html.RenderPartial("Season", season); }
}