From 86ee45c184c63bf49afa6314c5e5db15e021cf7c Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Sun, 9 Dec 2012 14:58:41 -0500 Subject: [PATCH] Move CreateLog index css --- Web/Content/{CreateLog/Index.css => CreateLog.Index.css} | 0 Web/Views/CreateLog/Index.cshtml | 2 +- Web/Web.csproj | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename Web/Content/{CreateLog/Index.css => CreateLog.Index.css} (100%) diff --git a/Web/Content/CreateLog/Index.css b/Web/Content/CreateLog.Index.css similarity index 100% rename from Web/Content/CreateLog/Index.css rename to Web/Content/CreateLog.Index.css diff --git a/Web/Views/CreateLog/Index.cshtml b/Web/Views/CreateLog/Index.cshtml index 8438645..7ca053b 100644 --- a/Web/Views/CreateLog/Index.cshtml +++ b/Web/Views/CreateLog/Index.cshtml @@ -2,7 +2,7 @@ @{ ViewBag.Title = "Enter Mileage Log"; - ViewBag.PageStyle = "~/Content/CreateLog/Index.css"; + ViewBag.PageStyle = "~/Content/CreateLog.Index.css"; Layout = "~/Views/Shared/_Layout.cshtml"; } @section Styles diff --git a/Web/Web.csproj b/Web/Web.csproj index 833915b..35f2be0 100644 --- a/Web/Web.csproj +++ b/Web/Web.csproj @@ -134,7 +134,7 @@ - +