Move CreateLog index css

This commit is contained in:
2012-12-09 14:58:41 -05:00
parent 9a3ef2c9c6
commit 86ee45c184
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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