From 6cfb9f581e8697891fa039cd4f750b4210c3a2d6 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 21 Nov 2017 08:10:30 +0000 Subject: [PATCH] Moved around the custom styles --- src/Ombi/Views/Shared/_Layout.cshtml | 94 ++++++++++++++-------------- 1 file changed, 48 insertions(+), 46 deletions(-) diff --git a/src/Ombi/Views/Shared/_Layout.cshtml b/src/Ombi/Views/Shared/_Layout.cshtml index 9511d7738..8d015de08 100644 --- a/src/Ombi/Views/Shared/_Layout.cshtml +++ b/src/Ombi/Views/Shared/_Layout.cshtml @@ -27,52 +27,7 @@ - - - - - @appName - - - - - - - - - - - - - - - - - - - - - - - - @{ - if (customization.HasPresetTheme) - { - - } - - if (!string.IsNullOrEmpty(customization.CustomCssLink)) - { - - } - } - - - - - + + + + + @appName + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @{ + if (customization.HasPresetTheme) + { + + } + + if (!string.IsNullOrEmpty(customization.CustomCssLink)) + { + + } + } + @RenderBody()