Customize bootstrap with SASS
Update jquery validate for IE Simplify scripting Update home page logo
This commit is contained in:
@@ -13,6 +13,13 @@
|
||||
TempData["StatusMessage"] = "Logout sucessful";
|
||||
TempData["StatusMessage-Type"] = "alert-success";
|
||||
}
|
||||
Html.RequiresCss("~/Content/bootstrap_leafweb.css");
|
||||
Html.RequiresCss("~/Content/site.css");
|
||||
Html.RequiresCss("~/Content/style.css");
|
||||
Html.RequiresCss("~/css/rte.css");
|
||||
Html.RequiresJs("~/scripts/jquery-1.11.1.js", 0);
|
||||
Html.RequiresJs("~/scripts/bootstrap.js", 0);
|
||||
Html.RequiresJs("~/scripts/site.js");
|
||||
}
|
||||
|
||||
<!DOCTYPE html>
|
||||
@@ -30,11 +37,9 @@
|
||||
<!-- Fonts -->
|
||||
<link href="//fonts.googleapis.com/css?family=Merriweather:400,700,300,900" rel="stylesheet" type="text/css">
|
||||
<link href="//fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet" type="text/css">
|
||||
|
||||
|
||||
<!-- CSS -->
|
||||
<link href="~/Content/bootstrap.min.css" type="text/css" rel="stylesheet" />
|
||||
<link href="~/Content/site.css" type="text/css" rel="stylesheet" />
|
||||
<link href="~/Content/style.css" type="text/css" rel="stylesheet"/>
|
||||
@Html.RenderCssHere()
|
||||
@RenderSection("Styles", false)
|
||||
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
@@ -84,10 +89,7 @@
|
||||
</footer>
|
||||
|
||||
<!-- Javascripts -->
|
||||
<script src="~/scripts/jquery-1.11.1.js"></script>
|
||||
<script src="~/scripts/bootstrap.min.js"></script>
|
||||
<script src="/scripts/site.js"></script>
|
||||
@Html.Raw(Html.RenderJsHere())
|
||||
@Html.RenderJsHere()
|
||||
@RenderSection("Scripts", false)
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user