Update qtip to 2.0

This commit is contained in:
2012-12-08 13:41:17 -05:00
parent a913005c74
commit 3e282ee9a5
11 changed files with 49 additions and 29 deletions
+4 -1
View File
@@ -6,7 +6,10 @@
Layout = "~/Views/Shared/_Layout.min.cshtml";
var endOdometerStyle = Model.PreviousOdometer != null ? "style=padding-bottom:0px;" : "";
}
<link href="@Url.Content("~/Content/VehicleColors.css")" rel="stylesheet" type="text/css" />
@section Styles
{
<link href="@Url.Content("~/Content/VehicleColors.css")" rel="stylesheet" type="text/css" />
}
@using (Html.BeginForm("Action", "CreateLog", FormMethod.Post))
{