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 @@ - +