Details improvements

This commit is contained in:
2017-01-13 09:15:15 -05:00
parent 9d0524dd72
commit 3ee9c11666
75 changed files with 21884 additions and 112 deletions
+3 -1
View File
@@ -15,12 +15,14 @@
}
Html.RequiresCss("~/Content/bootstrap_leafweb.css");
Html.RequiresCss("~/Content/font-awesome.css");
Html.RequiresCss("~/Content/themes/base/jquery-ui.css");
Html.RequiresCss("~/Content/site.css");
Html.RequiresCss("~/Content/style.css");
Html.RequiresCss("~/css/rte.css");
Html.RequiresJs("~/scripts/jquery-1.12.4.js", 0);
Html.RequiresJs("~/scripts/bootstrap.js", 0);
Html.RequiresJs("~/scripts/site.js");
Html.RequiresJs("~/scripts/jquery-ui-1.12.1.js", 1);
Html.RequiresJs("~/scripts/site.js", 2);
}
<!DOCTYPE html>