Rearrange CSS and images

This commit is contained in:
2012-12-09 14:56:43 -05:00
parent 526a305331
commit 9a3ef2c9c6
19 changed files with 638 additions and 642 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
@{
ViewBag.Title = "Confirm";
ViewBag.PageStyle = "~/Content/CreateLog/Index.css";
Layout = "~/Views/Shared/_Layout.min.cshtml";
Layout = "~/Views/Shared/_Layout.cshtml";
var endOdometerStyle = Model.PreviousOdometer != null ? "style=padding-bottom:0px;" : "";
}
@section Styles
+1 -1
View File
@@ -3,7 +3,7 @@
ViewBag.Title = "Enter Mileage Log";
ViewBag.PageStyle = "~/Content/CreateLog/Index.css";
Layout = "~/Views/Shared/_Layout.min.cshtml";
Layout = "~/Views/Shared/_Layout.cshtml";
}
@section Styles
{
+1 -1
View File
@@ -3,7 +3,7 @@
ViewBag.Title = "Success";
ViewBag.PageStyle = "~/Content/CreateLog/Index.css";
Layout = "~/Views/Shared/_Layout.min.cshtml";
Layout = "~/Views/Shared/_Layout.cshtml";
}
@{
@:<fieldset>